mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 10:59:04 +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;
|
||
|
}
|