Update behavior tests

This commit is contained in:
Luuk de Gram
2022-03-03 19:16:30 +01:00
committed by Andrew Kelley
parent 43cb19ea4d
commit 21f0503c01
3 changed files with 8 additions and 0 deletions

View File

@@ -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,