Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| =================================================================== |
| --- src/x64/lithium-x64.cc (revision 15486) |
| +++ src/x64/lithium-x64.cc (working copy) |
| @@ -1168,6 +1168,7 @@ |
| return AssignEnvironment(DefineAsRegister(result)); |
| } |
| + |
| LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { |
| LOperand* input = UseRegisterAtStart(instr->value()); |
| LMathAbs* result = new(zone()) LMathAbs(input); |