Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index 570fb0732a89812a391d89337bd2aac8406bbd23..7b10d9f6292776657f45b12e7e3fad4f0f130a33 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -307,6 +307,10 @@ class LCodeGen BASE_EMBEDDED { |
bool deoptimize_on_minus_zero, |
LEnvironment* env); |
+ void DeoptIfTaggedButNotSmi(LEnvironment* environment, |
+ HValue* value, |
+ LOperand* operand); |
+ |
// 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. |