Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Other / 2008-02-14-PassManager.ll
blob985e1908ef08476ca6ed531565520a5be6b4759c
1 ; RUN:  llvm-as < %s |  opt -loop-unroll -loop-rotate -simplifycfg -disable-output
2 ; PR 2028
3 define i32 @test1() {
4        ret i32 0;