Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 6c9cde33a48425d451b0df00f77d09aa75f91fed..514b42e427b1807b0545429a5ee07023157a7b39 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -320,6 +320,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 cc); |
template<class InstrType> |