summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/call-ret42.ll
blob: ac9bd9235794e16f08a83371055275ffdee57b0e (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc

define i32 @foo(i32 %x) {
        ret i32 42
}

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