Dan Gohman | 36a0947 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 -mcpu=pentium3 |
Chris Lattner | f82435d | 2007-02-25 22:23:15 +0000 | [diff] [blame] | 2 | |
3 | define internal fastcc double @ggc_rlimit_bound(double %limit) { | ||||
4 | ret double %limit | ||||
5 | } |