Index: src/ia32/lithium-ia32.cc |
=================================================================== |
--- src/ia32/lithium-ia32.cc (revision 7679) |
+++ src/ia32/lithium-ia32.cc (working copy) |
@@ -449,7 +449,7 @@ |
void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { |
- LGap* gap = new LGap(block); |
+ LInstructionGap* gap = new LInstructionGap(block); |
int index = -1; |
if (instr->IsControl()) { |
instructions_.Add(gap); |