| Index: src/compiler/operator-properties-inl.h
|
| diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h
|
| index 582d5e4ca7d416f3673b5e60c56c10b880f74ebb..d1b1b3c018b2b157d26a0ed1717ae4fbd318f590 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);
|
| }
|
|
|
|
|