mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
6 lines
129 B
LLVM
6 lines
129 B
LLVM
|
; RUN: llvm-as < %s | opt -loop-deletion -loop-index-split -disable-output
|
||
|
; PR 2640
|
||
|
define i32 @test1() {
|
||
|
ret i32 0;
|
||
|
}
|