llvm-6502/test/CodeGen/ARM/eh-resume-darwin.ll
Bill Wendling 30ceba32b2 Convert tests to the new EH model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144048 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-08 00:09:27 +00:00

23 lines
441 B
LLVM

; RUN: llc < %s -march=arm | FileCheck %s
target triple = "armv6-apple-macosx10.6"
declare void @func()
declare i32 @__gxx_personality_sj0(...)
define void @test0() {
entry:
invoke void @func()
to label %cont unwind label %lpad
cont:
ret void
lpad:
%exn = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
cleanup
resume { i8*, i32 } %exn
}
; CHECK: __Unwind_SjLj_Resume