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