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