Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index 409f033cc8cb6594e7069cc537724e89336bdd44..d428562517d7930a3948d160f6709825865605b9 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -96,6 +96,7 @@ class MachineOperatorBuilder FINAL : public ZoneObject { |
const Operator* Word32Sar(); |
const Operator* Word32Ror(); |
const Operator* Word32Equal(); |
+ const Operator* Word32Clz(); |
bool Word32ShiftIsSafe() const { return flags_ & kWord32ShiftIsSafe; } |
const Operator* Word64And(); |