 Chromium Code Reviews
 Chromium Code Reviews Issue 9297059:
  Remove a dead method from lithium-* files.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 9297059:
  Remove a dead method from lithium-* files.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| 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)); |