mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
5fa04f2707
llvm-svn: 92740
8 lines
158 B
LLVM
8 lines
158 B
LLVM
; RUN: opt < %s -analyze -inline -disable-output
|
|
; PR1526
|
|
; RUN: opt < %s -analyze -indvars -disable-output
|
|
; PR1539
|
|
define i32 @test1() {
|
|
ret i32 0
|
|
}
|