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
blob5968d8c68bc2e540f469429edeacefb31c7ac604
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;