[RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,
[oota-llvm.git] / test / Other / 2008-02-14-PassManager.ll
1 ; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
2 ; PR2028
3 define i32 @test1() {
4        ret i32 0
5 }