fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git] / test / CodeGen / ARM / arguments-nosplit-double.ll
blob770e41df2c2463e9a1e24850d1efc0c0deb01df5
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi | not grep r3
2 ; PR4059
4 define i32 @f(i64 %z, i32 %a, double %b) {
5         %tmp = call i32 @g(double %b)
6         ret i32 %tmp
9 declare i32 @g(double)