Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index 16e308b0b6292bb1db6017f8cbdd42f9a485de07..2f453a855622a5d494e96f3e33e48bcb8aa52ad3 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -217,7 +217,9 @@ class WasmGraphBuilder { |
Node* CreateS128Value(int32_t value); |
Node* SimdOp(wasm::WasmOpcode opcode, const NodeVector& inputs); |
- Node* SimdExtractLane(wasm::WasmOpcode opcode, uint8_t lane, Node* input); |
+ |
+ Node* SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, |
+ const NodeVector& inputs); |
private: |
static const int kDefaultBufferSize = 16; |