Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 7679) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -150,7 +150,7 @@ |
} |
-void LGap::PrintDataTo(StringStream* stream) const { |
+void LGap::PrintDataTo(StringStream* stream) { |
for (int i = 0; i < 4; i++) { |
stream->Add("("); |
if (parallel_moves_[i] != NULL) { |
@@ -455,7 +455,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); |