Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=arm-linux-gnueabi | not grep r3 |
Bob Wilson | 04746ea | 2009-05-19 10:02:36 +0000 | [diff] [blame] | 2 | ; PR4059 |
3 | |||||
4 | define i32 @f(i64 %z, i32 %a, double %b) { | ||||
5 | %tmp = call i32 @g(double %b) | ||||
6 | ret i32 %tmp | ||||
7 | } | ||||
8 | |||||
9 | declare i32 @g(double) |