| Index: src/compiler/wasm-compiler.h
|
| diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h
|
| index aab4e1bdcddbd386f9c422223a64fa3aa8cac398..f5085c9386ef06971b035fb3ab8a41d6b7efb4ac 100644
|
| --- a/src/compiler/wasm-compiler.h
|
| +++ b/src/compiler/wasm-compiler.h
|
| @@ -256,8 +256,7 @@ class WasmGraphBuilder {
|
| Node* SimdShiftOp(wasm::WasmOpcode opcode, uint8_t shift,
|
| const NodeVector& inputs);
|
|
|
| - Node* SimdShuffleOp(uint8_t shuffle[16], unsigned lanes,
|
| - const NodeVector& inputs);
|
| + Node* Simd8x16ShuffleOp(uint8_t shuffle[16], const NodeVector& inputs);
|
|
|
| bool has_simd() const { return has_simd_; }
|
|
|
|
|