Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index 634a8030aafd599b7238048d50545cf969d9d609..4be63fe8ff75f44d27c28e29f0240a57fa96815a 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -179,7 +179,7 @@ std::ostream& operator<<(std::ostream& os, |
V(Terminate, Operator::kKontrol, 0, 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) \ |
- V(Checkpoint, Operator::kKontrol, 1, 1, 1, 0, 1, 0) \ |
+ V(Checkpoint, Operator::kKontrol, 0, 1, 1, 0, 1, 0) \ |
V(BeginRegion, Operator::kNoThrow, 0, 1, 0, 0, 1, 0) \ |
V(FinishRegion, Operator::kNoThrow, 1, 1, 0, 1, 1, 0) |