| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 315683544751621c4d865d1f61a6566c5bb26d37..71bbf34b346fa09b39094e40e39915fced9d9609 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -577,8 +577,6 @@ class V8_EXPORT_PRIVATE MachineOperatorBuilder final
|
| const Operator* S128Not();
|
| const Operator* S128Select();
|
|
|
| - const Operator* S32x4Shuffle(uint8_t shuffle[16]);
|
| - const Operator* S16x8Shuffle(uint8_t shuffle[16]);
|
| const Operator* S8x16Shuffle(uint8_t shuffle[16]);
|
|
|
| const Operator* S1x4AnyTrue();
|
|
|