| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 10e2b32301fd4ee84248be74f4210505eb5bdba7..42df9243079bb2f216a6d1a1447fcf4b72ff49bc 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -471,12 +471,12 @@ const Operator* MachineOperatorBuilder::CheckedStore(
|
| return nullptr;
|
| }
|
|
|
| -// On 32 bit platforms we need to get a reference to a Word64Popcnt operator for
|
| -// later lowering, even though 32 bit platforms don't support Word64Popcnt.
|
| +// On 32 bit platforms we need to get a reference to optional operators of
|
| +// 64-bit instructions for later Int64Lowering, even though 32 bit platforms
|
| +// don't support the original 64-bit instruction.
|
| const Operator* MachineOperatorBuilder::Word64PopcntPlaceholder() {
|
| return &cache_.kWord64Popcnt;
|
| }
|
| -
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|