Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index d2f82ade3bc591742c0fc2ef42560a7c2550b196..b88bd495ccf156eae556fe7758af63dadd2ad272 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -57,6 +57,9 @@ |
V(Call) \ |
V(Parameter) \ |
V(OsrValue) \ |
+ V(LoopExit) \ |
Michael Starzinger
2016/07/14 13:09:40
suggestion: Technically this is a control node, we
|
+ V(LoopExitValue) \ |
+ V(LoopExitEffect) \ |
V(Projection) |
#define COMMON_OP_LIST(V) \ |