Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / ARM / arguments3.ll
blob97c040521d8b602bb2c2aff2304df1b680e96b6d
1 ; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi
2 ; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin
4 define i64 @f(i32 %a, i128 %b) {
5         %tmp = call i64 @g(i128 %b)
6         ret i64 %tmp
9 declare i64 @g(i128)