blob: 3b1eb1fdb66b48a497e9bd01f602a154646c8e34 [file] [log] [blame]
Chris Lattnerf82435d2007-02-25 22:23:15 +00001; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium3
2
3define internal fastcc double @ggc_rlimit_bound(double %limit) {
4 ret double %limit
5}