repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove a dead bool.
[llvm/avr.git]
/
test
/
Other
/
2007-06-05-PassID.ll
blob
7a03544f691b3dbabafc468a19e77ee7e22ddfd5
1
;RUN: opt < %s -analyze -dot-cfg-only -disable-output 2>/dev/null
2
;PR 1497
3
4
define void @foo() {
5
entry:
6
br label %return
7
8
return: ; preds = %entry
9
ret void
10
}
11