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
/
2007-06-28-PassManager.ll
blob
5968d8c68bc2e540f469429edeacefb31c7ac604
1
; RUN: llvm-as < %s | opt -analyze -inline -disable-output
2
; PR 1526
3
; RUN: llvm-as < %s | opt -analyze -indvars -disable-output
4
; PR 1539
5
define i32 @test1() {
6
ret i32 0;
7
}