Commit 0abc55a7 by James Van Artsdalen

(VALUE_REGNO): Add case XFmode.

From-SVN: r5577
parent 217226e2
......@@ -62,7 +62,8 @@
#undef VALUE_REGNO
#define VALUE_REGNO(MODE) \
((TARGET_80387 && ((MODE) == SFmode || (MODE) == DFmode))
((TARGET_80387
&& ((MODE) == SFmode || (MODE) == DFmode || (MODE) == XFmode)
? FIRST_FLOAT_REG : 0)
#undef HARD_REGNO_MODE_OK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment