When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / CodeGen / Generic / call-ret42.ll
blob95cc28625aa6a7627185b2b17f3feb0ae42edc76
1 ; RUN: llc < %s
3 define i32 @foo(i32 %x) {
4         ret i32 42
7 define i32 @main() {
8         %r = call i32 @foo( i32 15 )            ; <i32> [#uses=1]
9         ret i32 %r