Skip to content

Commit 9a70a29

Browse files
committed
Update codegen test
1 parent aaa6d3f commit 9a70a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/builtins-wasm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ void test_function_pointer_signature_void(F1 func) {
764764
use(__builtin_wasm_test_function_pointer_signature((F2)func));
765765
// WEBASSEMBLY: %2 = tail call i32 (ptr, ...) @llvm.wasm.ref.test.func(ptr %func, i32 0, i32 0, i32 0, i32 0)
766766
use(__builtin_wasm_test_function_pointer_signature((F3)func));
767-
// WEBASSEMBLY: %3 = tail call i32 (ptr, ...) @llvm.wasm.ref.test.func(ptr %func, token undef, i32 0, i32 0, i32 0)
767+
// WEBASSEMBLY: %3 = tail call i32 (ptr, ...) @llvm.wasm.ref.test.func(ptr %func, token poison, i32 0, i32 0, i32 0)
768768
use(__builtin_wasm_test_function_pointer_signature((F4)func));
769-
// WEBASSEMBLY: %4 = tail call i32 (ptr, ...) @llvm.wasm.ref.test.func(ptr %func, token undef)
769+
// WEBASSEMBLY: %4 = tail call i32 (ptr, ...) @llvm.wasm.ref.test.func(ptr %func, token poison)
770770
use(__builtin_wasm_test_function_pointer_signature((F5)func));
771771
}

0 commit comments

Comments
 (0)