Index: src/x64/lithium-codegen-x64.h |
=================================================================== |
--- src/x64/lithium-codegen-x64.h (revision 6823) |
+++ src/x64/lithium-codegen-x64.h (working copy) |
@@ -90,8 +90,7 @@ |
void DoDeferredTaggedToI(LTaggedToI* instr); |
void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr); |
void DoDeferredStackCheck(LGoto* instr); |
- void DoDeferredLInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, |
- Label* map_check); |
+ void DoDeferredLInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr); |
// Parallel move support. |
void DoParallelMove(LParallelMove* move); |