Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 10547) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -574,11 +574,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)); |