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