summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/exception.ll
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2018-08-14 22:14:51 +0000
committerHeejin Ahn <aheejin@gmail.com>2018-08-14 22:14:51 +0000
commit283e1c11bd944bbd2cdb45024a0a46e562bb10aa (patch)
treefcc2e7d1af60514a0c977d2e65a8b61597c497e0 /llvm/test/CodeGen/WebAssembly/exception.ll
parent00b0658aae4024a6b3c7df6530680d743da9f72e (diff)
downloadbcm5719-llvm-283e1c11bd944bbd2cdb45024a0a46e562bb10aa.tar.gz
bcm5719-llvm-283e1c11bd944bbd2cdb45024a0a46e562bb10aa.zip
[WebAssembly] Delete a specific push number from test expectations
Summary: This shouldn't have been a specific number but rather a regex. This was a part of rL339474 which got reverted. Reviewers: aardappel Subscribers: dschuff, sbc100, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D50728 llvm-svn: 339736
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/exception.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/exception.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/exception.ll b/llvm/test/CodeGen/WebAssembly/exception.ll
index bab8de24f73..1f002f9f2ae 100644
--- a/llvm/test/CodeGen/WebAssembly/exception.ll
+++ b/llvm/test/CodeGen/WebAssembly/exception.ll
@@ -60,7 +60,7 @@ try.cont: ; preds = %entry, %catch
; CHECK-LABEL: test_cleanup:
; CHECK: call foo@FUNCTION
; CHECK: catch_all
-; CHECK: i32.call $push20=, _ZN7CleanupD1Ev@FUNCTION
+; CHECK: i32.call $push{{.+}}=, _ZN7CleanupD1Ev@FUNCTION
; CHECK: rethrow
define void @test_cleanup() personality i8* bitcast (i32 (...)* @__gxx_wasm_personality_v0 to i8*) {
entry:
OpenPOWER on IntegriCloud