| Index: src/x64/lithium-codegen-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.h (revision 6931)
|
| +++ src/x64/lithium-codegen-x64.h (working copy)
|
| @@ -186,6 +186,7 @@
|
| XMMRegister ToDoubleRegister(int index) const;
|
|
|
| // Specific math operations - used from DoUnaryMathOperation.
|
| + void EmitIntegerMathAbs(LUnaryMathOperation* instr);
|
| void DoMathAbs(LUnaryMathOperation* instr);
|
| void DoMathFloor(LUnaryMathOperation* instr);
|
| void DoMathRound(LUnaryMathOperation* instr);
|
|
|