Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index 304f6fefa3a65072bd1002900adfd70e86eaf76c..1d3e2cfe77f8fc9215632688b8d1221627a45a9c 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -118,7 +118,7 @@ size_t ProjectionIndexOf(const Operator* const op) { |
V(IfSuccess, 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(Throw, Operator::kKontrol, 1, 1, 1, 0, 0, 1) \ |
V(Deoptimize, Operator::kNoThrow, 1, 1, 1, 0, 0, 1) \ |
V(Return, Operator::kNoThrow, 1, 1, 1, 0, 0, 1) \ |
V(OsrNormalEntry, Operator::kFoldable, 0, 1, 1, 0, 1, 1) \ |