mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
aba2f3de85
llvm-svn: 37909
8 lines
185 B
LLVM
8 lines
185 B
LLVM
; RUN: llvm-as < %s | opt -analyze -inline -disable-output
|
|
; PR 1526
|
|
; RUN: llvm-as < %s | opt -analyze -indvars -disable-output
|
|
; PR 1539
|
|
define i32 @test1() {
|
|
ret i32 0;
|
|
}
|