Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index 75f353c7fa2d3ee2aaac54edf5b02ab725abc7aa..304f6fefa3a65072bd1002900adfd70e86eaf76c 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -116,7 +116,7 @@ size_t ProjectionIndexOf(const Operator* const op) { |
V(IfTrue, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \ |
V(IfFalse, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \ |
V(IfSuccess, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \ |
- V(IfException, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \ |
+ V(IfException, Operator::kKontrol, 0, 0, 1, 1, 0, 1) \ |
V(IfDefault, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \ |
V(Throw, Operator::kFoldable, 1, 1, 1, 0, 0, 1) \ |
V(Deoptimize, Operator::kNoThrow, 1, 1, 1, 0, 0, 1) \ |