Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index 406cd37340932674e87170ffae171389a1881200..7940c68204125277e8fdb987f05f7914b8d3c4d6 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -179,6 +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(BeginRegion, Operator::kNoThrow, 0, 1, 0, 0, 1, 0) \ |
V(FinishRegion, Operator::kNoThrow, 1, 1, 0, 1, 1, 0) |