Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 6263) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -676,13 +676,6 @@ |
} |
-LOperand* LChunkBuilder::Temp() { |
- LUnallocated* operand = new LUnallocated(LUnallocated::NONE); |
- allocator_->RecordTemporary(operand); |
- return operand; |
-} |
- |
- |
LUnallocated* LChunkBuilder::TempRegister() { |
LUnallocated* operand = new LUnallocated(LUnallocated::MUST_HAVE_REGISTER); |
allocator_->RecordTemporary(operand); |