Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 514b42e427b1807b0545429a5ee07023157a7b39..52ca07a5253a182efd4ee473ef6985d74c89f563 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -347,10 +347,7 @@ class LCodeGen: public LCodeGenBase { |
// Emits optimized code for typeof x == "y". Modifies input register. |
// Returns the condition on which a final split to |
// true and false label should be made, to optimize fallthrough. |
- Condition EmitTypeofIs(Label* true_label, |
- Label* false_label, |
- Register input, |
- Handle<String> type_name); |
+ Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input); |
// Emits optimized code for %_IsObject(x). Preserves input register. |
// Returns the condition on which a final split to |