Index: runtime/vm/flow_graph_allocator.h |
=================================================================== |
--- runtime/vm/flow_graph_allocator.h (revision 41393) |
+++ runtime/vm/flow_graph_allocator.h (working copy) |
@@ -129,6 +129,9 @@ |
void ProcessOneInstruction(BlockEntryInstr* block, |
Instruction* instr, |
BitVector* interference_set); |
+ |
+ static const intptr_t kNormalEntryPos = 2; |
+ |
void ProcessInitialDefinition(Definition* defn, |
LiveRange* range, |
BlockEntryInstr* block); |