summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/call-ret0.ll
blob: 7ab966ba90701a86a5664614646853af20e08aab (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc
define i32 @foo(i32 %x) {
        ret i32 %x
}

define i32 @main() {
        %r = call i32 @foo( i32 0 )             ; <i32> [#uses=1]
        ret i32 %r
}

OpenPOWER on IntegriCloud