Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index f41adbfddde3d9759e79e735fa4b9e2c46f35212..c15352fcbee725a49599b2a921b268581b764295 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -301,6 +301,8 @@ class LCodeGen: public LCodeGenBase { |
static Condition TokenToCondition(Token::Value op, bool is_unsigned); |
void EmitGoto(int block); |
+ |
+ // EmitBranch expects to be the last instruction of a block. |
template<class InstrType> |
void EmitBranch(InstrType instr, |
Condition condition, |
@@ -312,6 +314,11 @@ class LCodeGen: public LCodeGenBase { |
FPURegister src1, |
FPURegister src2); |
template<class InstrType> |
+ void EmitFalseBranch(InstrType instr, |
+ Condition condition, |
+ Register src1, |
+ const Operand& src2); |
+ template<class InstrType> |
void EmitFalseBranchF(InstrType instr, |
Condition condition, |
FPURegister src1, |