Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index d9551484be0759df418757ffecbb461e7484d651..655a4b0aa5c8f12bd98a4f5f6c78512f5ffdc7e5 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -120,7 +120,7 @@ void Inlinee::UnifyReturn() { |
int predecessors = |
OperatorProperties::GetControlInputCount(final_merge->op()); |
- Operator* op_phi = jsgraph_->common()->Phi(predecessors); |
+ Operator* op_phi = jsgraph_->common()->Phi(kMachAnyTagged, predecessors); |
Operator* op_ephi = jsgraph_->common()->EffectPhi(predecessors); |
NodeVector values(jsgraph_->zone()); |