Index: src/compiler/common-operator.h |
diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h |
index f6e75a464fa1324d036c610782abdd2f84555119..53debe1f5a6871e77ccea385bc9931aab8f045bb 100644 |
--- a/src/compiler/common-operator.h |
+++ b/src/compiler/common-operator.h |
@@ -232,6 +232,7 @@ class CommonOperatorBuilder final : public ZoneObject { |
const Operator* Phi(MachineRepresentation representation, |
int value_input_count); |
const Operator* EffectPhi(int effect_input_count); |
+ const Operator* InductionVariablePhi(int value_input_count); |
const Operator* LoopExit(); |
const Operator* LoopExitValue(); |
const Operator* LoopExitEffect(); |