You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
24
external/llvm/test/Analysis/RegionInfo/infinite_loop_5_b.ll
vendored
Normal file
24
external/llvm/test/Analysis/RegionInfo/infinite_loop_5_b.ll
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
; 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