summaryrefslogtreecommitdiff
path: root/test/Other/2008-02-14-PassManager.ll
blob: bdaf9330d23831d971e299f744cf81888ec16001 (plain)
1
2
3
4
5
; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
; PR2028
define i32 @test1() {
       ret i32 0
}