summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/WebAssembly/exception.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/exception.ll b/llvm/test/CodeGen/WebAssembly/exception.ll
index fc61f4099e0..af470b27e89 100644
--- a/llvm/test/CodeGen/WebAssembly/exception.ll
+++ b/llvm/test/CodeGen/WebAssembly/exception.ll
@@ -138,7 +138,8 @@ ehcleanup: ; preds = %entry
; CHECK: catch
; CHECK: block i32
; CHECK: br_on_exn 0, __cpp_exception
-; CHECK: call __clang_call_terminate, 0
+; CHECK: i32.const ${{.*}}=, 0
+; CHECK: call __clang_call_terminate
; CHECK: unreachable
; CHECK: end_block
; CHECK: call __clang_call_terminate
OpenPOWER on IntegriCloud