Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index f2c9a7f6b8af2dc0aa8b6066a8c2a0e9ffcafee5..aab4e1bdcddbd386f9c422223a64fa3aa8cac398 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -296,7 +296,7 @@ class WasmGraphBuilder { |
Node* MemBuffer(uint32_t offset); |
void BoundsCheckMem(MachineType memtype, Node* index, uint32_t offset, |
wasm::WasmCodePosition position); |
- |
+ const Operator* GetSafeStoreOperator(int offset, wasm::ValueType type); |
Node* BuildChangeEndianness(Node* node, MachineType type, |
wasm::ValueType wasmtype = wasm::kWasmStmt); |