Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index 5641db1bc2027dad79b565172b6b5033461769ba..aba43fa1bc667378f27e83e9e017be5821b20ffe 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -119,6 +119,7 @@ size_t ProjectionIndexOf(const Operator* const op) { |
V(IfException, Operator::kKontrol, 0, 0, 1, 0, 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) \ |
V(Return, Operator::kNoThrow, 1, 1, 1, 0, 0, 1) \ |
V(OsrNormalEntry, Operator::kFoldable, 0, 1, 1, 0, 1, 1) \ |
V(OsrLoopEntry, Operator::kFoldable, 0, 1, 1, 0, 1, 1) |