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