Index: src/compiler/graph-replay.cc |
diff --git a/src/compiler/graph-replay.cc b/src/compiler/graph-replay.cc |
index 296ffe4c941b36523559553717bc32bf3609f5c2..25a62f36c77106ffca03129b2a4e3523196d719a 100644 |
--- a/src/compiler/graph-replay.cc |
+++ b/src/compiler/graph-replay.cc |
@@ -59,7 +59,7 @@ void GraphReplayPrinter::PrintReplayOpCreator(const Operator* op) { |
PrintF("unique_constant"); |
break; |
case IrOpcode::kPhi: |
- PrintF("%d", op->InputCount()); |
+ PrintF("%d", op->ValueInputCount()); |
break; |
case IrOpcode::kEffectPhi: |
PrintF("%d", op->EffectInputCount()); |