| Index: src/wasm/wasm-opcodes.cc
|
| diff --git a/src/wasm/wasm-opcodes.cc b/src/wasm/wasm-opcodes.cc
|
| index d1824e47a069b269dc616186fe51655cbe5e6188..565eeb4face7a32ca3debe75e6b9b9004a66229f 100644
|
| --- a/src/wasm/wasm-opcodes.cc
|
| +++ b/src/wasm/wasm-opcodes.cc
|
| @@ -219,8 +219,6 @@ const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) {
|
| CASE_S128_OP(Xor, "xor")
|
| CASE_S128_OP(Not, "not")
|
| CASE_S128_OP(Select, "select")
|
| - CASE_S32x4_OP(Shuffle, "shuffle")
|
| - CASE_S16x8_OP(Shuffle, "shuffle")
|
| CASE_S8x16_OP(Shuffle, "shuffle")
|
| CASE_S1x4_OP(AnyTrue, "any_true")
|
| CASE_S1x4_OP(AllTrue, "all_true")
|
|
|