Chromium Code Reviews| Index: src/hydrogen.cc |
| =================================================================== |
| --- src/hydrogen.cc (revision 7841) |
| +++ src/hydrogen.cc (working copy) |
| @@ -4637,10 +4637,6 @@ |
| CHECK_ALIVE(VisitForValue(expr->expression())); |
| HValue* value = Pop(); |
| HInstruction* instr = new(zone()) HMul(value, graph_->GetConstantMinus1()); |
| - |
| - Representation rep = ToRepresentation(oracle()->UnaryType(expr)); |
| - AssumeRepresentation(instr, rep); |
| - |
| ast_context()->ReturnInstruction(instr, expr->id()); |
| } |