Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 12765) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -32,6 +32,9 @@ |
| ~FlowGraphCompiler(); |
| + // x64 does not support unboxed mints. |
| + static bool SupportsUnboxedMints() { return false; } |
| + |
| // Accessors. |
| Assembler* assembler() const { return assembler_; } |
| const ParsedFunction& parsed_function() const { return parsed_function_; } |