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
blob110f38063fbb157898cd2c4adc2fb278e2275d6b
1 ; RUN:  llvm-as < %s |  opt -loop-deletion -loop-index-split -disable-output
2 ; PR 2640
3 define i32 @test1() {
4        ret i32 0;