Index: src/compiler/operator-properties-inl.h |
diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h |
index 867d452cde9bc3eccdf1d189cace4b8908683344..0488b1b7c6598e028c72e4d6c2ab6bbf70ad674c 100644 |
--- a/src/compiler/operator-properties-inl.h |
+++ b/src/compiler/operator-properties-inl.h |
@@ -123,6 +123,10 @@ inline int OperatorProperties::GetControlInputCount(const Operator* op) { |
case IrOpcode::kEffectPhi: |
case IrOpcode::kLoad: |
case IrOpcode::kLoadField: |
+ case IrOpcode::kInt32Div: |
+ case IrOpcode::kInt32Mod: |
+ case IrOpcode::kUint32Div: |
+ case IrOpcode::kUint32Mod: |
return 1; |
#define OPCODE_CASE(x) case IrOpcode::k##x: |
CONTROL_OP_LIST(OPCODE_CASE) |