Chromium Code Reviews| Index: src/x64/lithium-codegen-x64.h |
| =================================================================== |
| --- src/x64/lithium-codegen-x64.h (revision 16112) |
| +++ src/x64/lithium-codegen-x64.h (working copy) |
| @@ -269,7 +269,7 @@ |
| uint32_t additional_index = 0); |
| void EmitIntegerMathAbs(LMathAbs* instr); |
| - void EmitInteger64MathAbs(LMathAbs* instr); |
| + void EmitSmiMathAbs(LMathAbs* instr); |
| // Support for recording safepoint and position information. |
| void RecordSafepoint(LPointerMap* pointers, |