mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
01f9252f73
llvm-svn: 47150
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;
|
|
}
|