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