mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
71fc5e8fce
llvm-svn: 94574
8 lines
126 B
LLVM
8 lines
126 B
LLVM
; RUN: opt < %s -analyze -inline
|
|
; PR1526
|
|
; RUN: opt < %s -analyze -indvars
|
|
; PR1539
|
|
define i32 @test1() {
|
|
ret i32 0
|
|
}
|