Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index c03de3d7d46eef4b1c367737b655a4deedd78599..0b5a3f9b45a592eef6b34f867eeda8a404fae90d 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -234,6 +234,9 @@ class WasmGraphBuilder { |
Node* BuildUnalignedStore(MachineType memtype, Node* index, uint32_t offset, |
uint32_t alignment, Node* val); |
+ Node* BuildChangeEndianness(Node* node, MachineType type, |
+ wasm::LocalType wasmtype = wasm::kAstStmt); |
+ |
Node* MaskShiftCount32(Node* node); |
Node* MaskShiftCount64(Node* node); |