llvm-6502/test/Other/2008-08-14-PassManager.ll
2009-09-11 18:17:12 +00:00

6 lines
116 B
LLVM

; RUN: opt < %s -loop-deletion -loop-index-split -disable-output
; PR2640
define i32 @test1() {
ret i32 0;
}