Commit 55895a7a by Nick Clifton Committed by Nick Clifton

Fi xexecute/bcp-1.c: Treat CONSTANT_P_RTX as a general operand in movsi.

From-SVN: r21972
parent bca9e8f7
Tue Aug 25 13:35:20 1998 Nick Clifton <nickc@cygnus.com>
* config/v850/v850.c (movsi_source_operand): Treat CONSTANT_P_RTX
as an ordinary operand.
Tue Aug 25 12:54:57 1998 Jason Merrill <jason@yorick.cygnus.com> Tue Aug 25 12:54:57 1998 Jason Merrill <jason@yorick.cygnus.com>
* tree.c (valid_machine_attribute): Don't apply attributes to both * tree.c (valid_machine_attribute): Don't apply attributes to both
......
...@@ -955,6 +955,7 @@ movsi_source_operand (op, mode) ...@@ -955,6 +955,7 @@ movsi_source_operand (op, mode)
must be done with HIGH & LO_SUM patterns. */ must be done with HIGH & LO_SUM patterns. */
if (CONSTANT_P (op) if (CONSTANT_P (op)
&& GET_CODE (op) != HIGH && GET_CODE (op) != HIGH
&& GET_CODE (op) != CONSTANT_P_RTX
&& !(GET_CODE (op) == CONST_INT && !(GET_CODE (op) == CONST_INT
&& (CONST_OK_FOR_J (INTVAL (op)) && (CONST_OK_FOR_J (INTVAL (op))
|| CONST_OK_FOR_K (INTVAL (op)) || CONST_OK_FOR_K (INTVAL (op))
......
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