mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
c9307490ce
llvm-svn: 81540
8 lines
159 B
LLVM
8 lines
159 B
LLVM
; RUN: opt < %s -analyze -inline -disable-output
|
|
; PR1526
|
|
; RUN: opt < %s -analyze -indvars -disable-output
|
|
; PR1539
|
|
define i32 @test1() {
|
|
ret i32 0;
|
|
}
|