Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index f597c325e86bd734e8f8361b7f89605c008e406e..d6e10e5892ef21bb00fa393c776d659d5b9f0005 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -99,6 +99,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { |
V(Word64Shr, Operator::kNoProperties, 2, 0, 1) \ |
V(Word64Sar, Operator::kNoProperties, 2, 0, 1) \ |
V(Word64Ror, Operator::kNoProperties, 2, 0, 1) \ |
+ V(Word64Clz, Operator::kNoProperties, 1, 0, 1) \ |
V(Word64Equal, Operator::kCommutative, 2, 0, 1) \ |
V(Int32Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \ |
V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative, 2, \ |