[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / ARM / arguments2.ll
bloba515ad75a66947c23cbb9ad5e6c1eac932e6d490
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
4 define i32 @f(i32 %a, i128 %b) {
5         %tmp = call i32 @g(i128 %b)
6         ret i32 %tmp
9 declare i32 @g(i128)