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-28-PassManager.ll
blob
f097f59d1c2d752904d10d6cbc96e4d46260f3e0
1
; RUN: opt < %s -analyze -inline -disable-output
2
; PR1526
3
; RUN: opt < %s -analyze -indvars -disable-output
4
; PR1539
5
define i32 @test1() {
6
ret i32 0;
7
}