1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-06 05:33:28 +00:00
llvm-6502/test/Other/2008-02-14-PassManager.ll

6 lines
135 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | opt -loop-unroll -loop-rotate -simplifycfg -disable-output
; PR 2028
define i32 @test1() {
ret i32 0;
}