Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 30802) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -245,6 +245,7 @@ |
| ~FlowGraphCompiler(); |
| static bool SupportsUnboxedMints(); |
| + static bool SupportsSinCos(); |
| // Accessors. |
| Assembler* assembler() const { return assembler_; } |