Index: src/compiler/graph-assembler.h |
diff --git a/src/compiler/graph-assembler.h b/src/compiler/graph-assembler.h |
index 057e78184e77fd45670721596d2004933e54c550..8b4f0c37a7404f6b411f6d2ca237a4be02b87c91 100644 |
--- a/src/compiler/graph-assembler.h |
+++ b/src/compiler/graph-assembler.h |
@@ -41,6 +41,7 @@ namespace compiler { |
V(Word32Shl) \ |
V(IntAdd) \ |
V(IntSub) \ |
+ V(IntLessThan) \ |
V(UintLessThan) \ |
V(Int32Add) \ |
V(Int32Sub) \ |
@@ -244,6 +245,8 @@ class GraphAssembler { |
Node* CEntryStubConstant(int result_size); |
Node* ExternalConstant(ExternalReference ref); |
+ Node* LoadFramePointer(); |
+ |
#define SINGLETON_CONST_DECL(Name) Node* Name(); |
JSGRAPH_SINGLETON_CONSTANT_LIST(SINGLETON_CONST_DECL) |
#undef SINGLETON_CONST_DECL |