You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,16 +0,0 @@
|
||||
; This testcase fails because preheader insertion is not updating exit node
|
||||
; information for loops.
|
||||
|
||||
; RUN: opt < %s -licm
|
||||
|
||||
define i32 @main(i32 %argc, i8** %argv) {
|
||||
bb0:
|
||||
br i1 false, label %bb7, label %bb5
|
||||
bb5: ; preds = %bb5, %bb0
|
||||
br i1 false, label %bb5, label %bb7
|
||||
bb7: ; preds = %bb7, %bb5, %bb0
|
||||
br i1 false, label %bb7, label %bb10
|
||||
bb10: ; preds = %bb7
|
||||
ret i32 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user