 Chromium Code Reviews
 Chromium Code Reviews Issue 7027029:
  Revert r8140.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 7027029:
  Revert r8140.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/arm/lithium-arm.cc | 
| =================================================================== | 
| --- src/arm/lithium-arm.cc (revision 8141) | 
| +++ src/arm/lithium-arm.cc (working copy) | 
| @@ -808,11 +808,6 @@ | 
| } | 
| -LInstruction* LChunkBuilder::DoSoftDeoptimize(HSoftDeoptimize* instr) { | 
| - return AssignEnvironment(new LDeoptimize); | 
| -} | 
| - | 
| - | 
| LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { | 
| return AssignEnvironment(new LDeoptimize); | 
| } |