Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 59d4ba4ac78c76bfc16ea3c5c9f2bbd10348724c..60ae9eeb5f8405a96af24b6c9757fe7f079c12e2 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -323,6 +323,8 @@ class LCodeGen BASE_EMBEDDED { |
void EmitGoto(int block); |
template<class InstrType> |
void EmitBranch(InstrType instr, Condition cc); |
+ template<class InstrType> |
+ void EmitFalseBranch(InstrType instr, Condition cc); |
void EmitNumberUntagD(Register input, |
DwVfpRegister result, |
bool allow_undefined_as_nan, |