mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
6 lines
135 B
LLVM
6 lines
135 B
LLVM
|
; RUN: llvm-as < %s | opt -loop-unroll -loop-rotate -simplifycfg -disable-output
|
||
|
; PR 2028
|
||
|
define i32 @test1() {
|
||
|
ret i32 0;
|
||
|
}
|