1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-05 12:31:33 +00:00
llvm-6502/test/Other/2008-08-14-PassManager.ll

6 lines
115 B
LLVM
Raw Normal View History

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