summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2016-09-01 00:44:37 +0000
committerHeejin Ahn <aheejin@gmail.com>2016-09-01 00:44:37 +0000
commit10a7086700780a325a6eb1f7927e81a97a7a9c7d (patch)
treec23db1aa719d79d2e6f262a5103e14adcb955031 /llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll
parent4fd2f404aeff1af15ba3930a107624c57a04bb63 (diff)
downloadbcm5719-llvm-10a7086700780a325a6eb1f7927e81a97a7a9c7d.tar.gz
bcm5719-llvm-10a7086700780a325a6eb1f7927e81a97a7a9c7d.zip
Revert "Add asm.js-style setjmp/longjmp handling for wasm"
This reverts commit r280302, it broke the integration tests. llvm-svn: 280329
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll b/llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll
index 5fcc39909b0..e510bc9fca7 100644
--- a/llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll
+++ b/llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll
@@ -1,8 +1,5 @@
; RUN: opt < %s -wasm-lower-em-ehsjlj -emscripten-cxx-exceptions-whitelist=do_catch -S | FileCheck %s
-target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
-target triple = "wasm32-unknown-unknown"
-
define void @dont_catch() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
; CHECK-LABEL: @dont_catch(
entry:
@@ -37,7 +34,7 @@ entry:
invoke void @foo()
to label %invoke.cont unwind label %lpad
; CHECK: entry:
-; CHECK-NEXT: store i32 0, i32*
+; CHECK-NEXT: store i1 false, i1*
; CHECK-NEXT: call void @__invoke_void(void ()* @foo)
invoke.cont: ; preds = %entry
OpenPOWER on IntegriCloud