1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/Other/2007-06-28-PassManager.ll
2009-09-11 18:17:12 +00:00

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;
}