| Index: src/x64/lithium-codegen-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.h (revision 15486)
|
| +++ src/x64/lithium-codegen-x64.h (working copy)
|
| @@ -120,6 +120,9 @@
|
|
|
| // Deferred code support.
|
| void DoDeferredNumberTagD(LNumberTagD* instr);
|
| +#ifdef V8_TARGET_ARCH_X32
|
| + void DoDeferredNumberTagI(LNumberTagI* instr);
|
| +#endif
|
| void DoDeferredNumberTagU(LNumberTagU* instr);
|
| void DoDeferredTaggedToI(LTaggedToI* instr);
|
| void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
|
|
|