repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't analyze block if it's not considered for ifcvt anymore.
[llvm/stm8.git]
/
test
/
Analysis
/
RegionInfo
/
20100809_bb_not_in_domtree.ll
blob
218b4375f70cc4e32ce8a8144d55c2e843edf5ac
1
; RUN: opt -regions %s
2
define i32 @main() nounwind {
3
entry:
4
br label %for.cond
5
6
test:
7
br label %for.cond
8
9
for.cond: ; preds = %for.inc, %entry
10
br i1 true, label %for.body, label %for.end
11
12
for.body: ; preds = %for.cond
13
br label %for.inc
14
15
for.inc: ; preds = %for.body
16
br label %for.cond
17
18
for.end: ; preds = %for.cond
19
ret i32 0
20
}