Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 37268) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -62,7 +62,8 @@ |
| bool IsScratchLocation(Location loc); |
| intptr_t AllocateScratchRegister(Location::Kind kind, |
| intptr_t blocked, |
| - intptr_t register_count, |
| + intptr_t first_free_register, |
| + intptr_t last_free_register, |
| bool* spilled); |
| void SpillScratch(Register reg); |