Index: src/compiler/operator-properties-inl.h |
diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h |
index 7830c1a1077099b290acaa1e8b2032b15e22193f..e65e65babaf28397514dcfccd6d125d9a36646c2 100644 |
--- a/src/compiler/operator-properties-inl.h |
+++ b/src/compiler/operator-properties-inl.h |
@@ -91,6 +91,7 @@ inline bool OperatorProperties::HasValueOutput(Operator* op) { |
inline bool OperatorProperties::HasEffectOutput(Operator* op) { |
return op->opcode() == IrOpcode::kStart || |
op->opcode() == IrOpcode::kControlEffect || |
+ op->opcode() == IrOpcode::kValueEffect || |
(op->opcode() != IrOpcode::kFinish && GetEffectInputCount(op) > 0); |
} |