Another test that uses -m64. Here too it looks like it can be
[oota-llvm.git] / test / Other / 2008-08-14-PassManager.ll
1 ; RUN: opt < %s -loop-deletion -loop-index-split -disable-output
2 ; PR2640
3 define i32 @test1() {
4        ret i32 0
5 }