You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
22
external/llvm/test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
vendored
Normal file
22
external/llvm/test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
; RUN: opt < %s -adce -disable-output
|
||||
|
||||
define void @test() personality i32 (...)* @__gxx_personality_v0 {
|
||||
br i1 false, label %then, label %endif
|
||||
|
||||
then: ; preds = %0
|
||||
invoke void null( i8* null )
|
||||
to label %invoke_cont unwind label %invoke_catch
|
||||
|
||||
invoke_catch: ; preds = %then
|
||||
%exn = landingpad {i8*, i32}
|
||||
cleanup
|
||||
resume { i8*, i32 } %exn
|
||||
|
||||
invoke_cont: ; preds = %then
|
||||
ret void
|
||||
|
||||
endif: ; preds = %0
|
||||
ret void
|
||||
}
|
||||
|
||||
declare i32 @__gxx_personality_v0(...)
|
Reference in New Issue
Block a user