You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
@ -1,24 +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 %"9"
|
||||
9:
|
||||
br label %"8"
|
||||
1:
|
||||
br i1 1, label %"6", label %"3"
|
||||
6:
|
||||
br label %"9"
|
||||
8:
|
||||
br label %"8"
|
||||
3:
|
||||
br label %"4"
|
||||
4:
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: Region tree:
|
||||
; CHECK-NEXT: [0] 0 => <Function Return>
|
||||
; CHECK-NEXT: End region tree
|
Reference in New Issue
Block a user