Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index f04173f20b15712c868e104fc303c72bdab2f6db..e3cc7309dafa1a61708b3df8e30bff2a97c7b2c8 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -273,6 +273,7 @@ class LCodeGen BASE_EMBEDDED { |
void EmitNumberUntagD(Register input, |
DoubleRegister result, |
bool deoptimize_on_undefined, |
+ bool deoptimize_on_minus_zero, |
LEnvironment* env); |
// Emits optimized code for typeof x == "y". Modifies input register. |