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

From-SVN: r21972
This commit is contained in:
Nick Clifton 1998-08-25 13:36:14 +00:00 committed by Nick Clifton
parent bca9e8f7cc
commit 55895a7a34
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* tree.c (valid_machine_attribute): Don't apply attributes to both

View File

@ -955,6 +955,7 @@ movsi_source_operand (op, mode)
must be done with HIGH & LO_SUM patterns. */
if (CONSTANT_P (op)
&& GET_CODE (op) != HIGH
&& GET_CODE (op) != CONSTANT_P_RTX
&& !(GET_CODE (op) == CONST_INT
&& (CONST_OK_FOR_J (INTVAL (op))
|| CONST_OK_FOR_K (INTVAL (op))