1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Other/2007-06-28-PassManager.ll

8 lines
185 B
LLVM
Raw Normal View History

2007-06-29 01:09:25 +02:00
; RUN: llvm-as < %s | opt -analyze -inline -disable-output
; PR 1526
; RUN: llvm-as < %s | opt -analyze -indvars -disable-output
; PR 1539
2007-06-29 01:09:25 +02:00
define i32 @test1() {
ret i32 0;
}