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
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
Other
/
2008-08-14-PassManager.ll
blob
110f38063fbb157898cd2c4adc2fb278e2275d6b
1
; RUN: llvm-as < %s | opt -loop-deletion -loop-index-split -disable-output
2
; PR 2640
3
define i32 @test1() {
4
ret i32 0;
5
}