You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,22 +0,0 @@
|
||||
; RUN: opt -regions -analyze < %s | FileCheck %s
|
||||
|
||||
define void @normal_condition() nounwind {
|
||||
0:
|
||||
br label %"7"
|
||||
7:
|
||||
br i1 1, label %"1", label %"8"
|
||||
1:
|
||||
br i1 1, label %"6", label %"3"
|
||||
6:
|
||||
br label %"8"
|
||||
8:
|
||||
br i1 1, label %"8", label %"7"
|
||||
3:
|
||||
br label %"4"
|
||||
4:
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: [0] 0 => <Function Return>
|
||||
; CHECK-NEXT: [1] 7 => 3
|
||||
; CHECK-NEXT: [2] 8 => 7
|
Reference in New Issue
Block a user