repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
2007-02-25-invoke.ll
blob
c3ae517d5b1824a95d975c637dbf9975bdc8efdf
1
; RUN: llc < %s
2
3
; PR1224
4
5
declare i32 @test()
6
define i32 @test2() personality i32 (...)* @__gxx_personality_v0 {
7
%A = invoke i32 @test() to label %invcont unwind label %blat
8
invcont:
9
ret i32 %A
10
blat:
11
%lpad = landingpad { i8*, i32 }
12
cleanup
13
ret i32 0
14
}
15
16
declare i32 @__gxx_personality_v0(...) addrspace(0)