Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 10547) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -581,11 +581,6 @@ |
} |
-LRegister* LChunkBuilder::ToOperand(Register reg) { |
- return LRegister::Create(Register::ToAllocationIndex(reg)); |
-} |
- |
- |
LUnallocated* LChunkBuilder::ToUnallocated(Register reg) { |
return new LUnallocated(LUnallocated::FIXED_REGISTER, |
Register::ToAllocationIndex(reg)); |