Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index d2f82ade3bc591742c0fc2ef42560a7c2550b196..4a0c7cf587d7c2d929c64cd7839c752842d9a8d3 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -57,6 +57,9 @@ |
V(Call) \ |
V(Parameter) \ |
V(OsrValue) \ |
+ V(LoopExit) \ |
+ V(LoopExitMarker) \ |
Michael Starzinger
2016/07/14 12:13:36
nit: How would you feel about naming this "LoopExi
Jarin
2016/07/14 12:51:34
Done.
|
+ V(LoopExitEffect) \ |
V(Projection) |
#define COMMON_OP_LIST(V) \ |