Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index a7cb81bf415ccbe8973bddb2708f421a508c00d1..96c2fcd3b49724f344fdd5a3f1daf86f6ad111b9 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -164,6 +164,7 @@ class MachineOperatorBuilder final : public ZoneObject { |
const OptionalOperator Word32Ctz(); |
const OptionalOperator Word32Popcnt(); |
const OptionalOperator Word64Popcnt(); |
+ const Operator* Word64PopcntPlaceholder(); |
const OptionalOperator Word32ReverseBits(); |
const OptionalOperator Word64ReverseBits(); |
bool Word32ShiftIsSafe() const { return flags_ & kWord32ShiftIsSafe; } |