You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
This commit is contained in:
parent
32d52ae4ca
commit
f32dbaf0b2
18
external/llvm/test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll
vendored
Normal file
18
external/llvm/test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
; RUN: opt < %s -simplifycfg -disable-output
|
||||
|
||||
define i1 @foo() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
|
||||
%X = invoke i1 @foo( )
|
||||
to label %N unwind label %F ; <i1> [#uses=1]
|
||||
F: ; preds = %0
|
||||
%val = landingpad { i8*, i32 }
|
||||
catch i8* null
|
||||
ret i1 false
|
||||
N: ; preds = %0
|
||||
br i1 %X, label %A, label %B
|
||||
A: ; preds = %N
|
||||
ret i1 true
|
||||
B: ; preds = %N
|
||||
ret i1 true
|
||||
}
|
||||
|
||||
declare i32 @__gxx_personality_v0(...)
|
Reference in New Issue
Block a user