aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuuk de Gram <luuk@degram.dev>2022-03-03 19:16:30 +0100
committerAndrew Kelley <andrew@ziglang.org>2022-03-03 16:33:46 -0700
commit21f0503c0137b7bb59edd87e17e1649152d342ba (patch)
tree6f969592d8bfde0f00fa2edf39d53862d821df99 /src
parent43cb19ea4da63dcaa8a18a06e3ab23f1c822c1fe (diff)
downloadzig-21f0503c0137b7bb59edd87e17e1649152d342ba.tar.gz
zig-21f0503c0137b7bb59edd87e17e1649152d342ba.zip
Update behavior tests
Diffstat (limited to 'src')
-rw-r--r--src/codegen/llvm.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 3e1be05d55..bf754c975b 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -2315,6 +2315,7 @@ pub const FuncGen = struct {
.wrap_errunion_err => try self.airWrapErrUnionErr(inst),
.wasm_memory_size => try self.airWasmMemorySize(inst),
+ .wasm_memory_grow => try self.airWasmMemoryGrow(inst),
.constant => unreachable,
.const_ty => unreachable,