Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index b1c52e74588d549a96c27d1dccc2036404e918c0..02e7e869b9c21d947b6d6c88c26c82d9a6911600 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -43,23 +43,24 @@ |
V(RelocatableInt32Constant) \ |
V(RelocatableInt64Constant) |
-#define INNER_OP_LIST(V) \ |
- V(Select) \ |
- V(Phi) \ |
- V(EffectPhi) \ |
- V(Checkpoint) \ |
- V(BeginRegion) \ |
- V(FinishRegion) \ |
- V(FrameState) \ |
- V(StateValues) \ |
- V(TypedStateValues) \ |
- V(ObjectState) \ |
- V(Call) \ |
- V(Parameter) \ |
- V(OsrValue) \ |
- V(LoopExit) \ |
- V(LoopExitValue) \ |
- V(LoopExitEffect) \ |
+#define INNER_OP_LIST(V) \ |
+ V(Select) \ |
+ V(Phi) \ |
+ V(EffectPhi) \ |
+ V(InductionVariablePhi) \ |
+ V(Checkpoint) \ |
+ V(BeginRegion) \ |
+ V(FinishRegion) \ |
+ V(FrameState) \ |
+ V(StateValues) \ |
+ V(TypedStateValues) \ |
+ V(ObjectState) \ |
+ V(Call) \ |
+ V(Parameter) \ |
+ V(OsrValue) \ |
+ V(LoopExit) \ |
+ V(LoopExitValue) \ |
+ V(LoopExitEffect) \ |
V(Projection) |
#define COMMON_OP_LIST(V) \ |