Commit 6041dc3c by J"orn Rennecke Committed by Joern Rennecke

* genopinit.c (gen_insn): Check for MODE_COMPLEX_FLOAT patterns for $F.

From-SVN: r85435
parent 9ce88f5e
2004-08-02 J"orn Rennecke <joern.rennecke@superh.com>
* genopinit.c (gen_insn): Check for MODE_COMPLEX_FLOAT patterns for $F.
2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net> 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
* rtl.h (union rtunion_def): Have all members start with the * rtl.h (union rtunion_def): Have all members start with the
......
...@@ -264,6 +264,7 @@ gen_insn (rtx insn) ...@@ -264,6 +264,7 @@ gen_insn (rtx insn)
|| mode_class[i] == MODE_PARTIAL_INT || mode_class[i] == MODE_PARTIAL_INT
|| mode_class[i] == MODE_VECTOR_INT) || mode_class[i] == MODE_VECTOR_INT)
&& (! force_float || mode_class[i] == MODE_FLOAT && (! force_float || mode_class[i] == MODE_FLOAT
|| mode_class[i] == MODE_COMPLEX_FLOAT
|| mode_class[i] == MODE_VECTOR_FLOAT)) || mode_class[i] == MODE_VECTOR_FLOAT))
break; break;
} }
......
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