summaryrefslogtreecommitdiff
path: root/test/Other/2007-06-28-PassManager.ll
blob: 5968d8c68bc2e540f469429edeacefb31c7ac604 (plain)
1
2
3
4
5
6
7
; RUN:  llvm-as < %s |  opt -analyze -inline -disable-output
; PR 1526
; RUN:  llvm-as < %s |  opt -analyze -indvars -disable-output
; PR 1539
define i32 @test1() {
       ret i32 0;
}