m68k.md: Replace all general_operand with nonimmediate_operand for all destinations.

* config/m68k/m68k.md: Replace all general_operand with
        nonimmediate_operand for all destinations.
        * config/m68k/m68k.c (not_sp_operand): Likewise.

From-SVN: r44499
This commit is contained in:
Roman Zippel 2001-07-31 03:45:08 +00:00 committed by Richard Henderson
parent 4d494dfe26
commit 8406d02387
3 changed files with 309 additions and 303 deletions

View File

@ -1,3 +1,9 @@
2001-07-30 Roman Zippel <zippel@linux-m68k.org>
* config/m68k/m68k.md: Replace all general_operand with
nonimmediate_operand for all destinations.
* config/m68k/m68k.c (not_sp_operand): Likewise.
Mon Jul 30 23:20:34 EDT 2001 John Wehle (john@feith.com)
* flow.c (merge_blocks): Return 1 if an extra jump is inserted.

View File

@ -1494,7 +1494,7 @@ not_sp_operand (op, mode)
register rtx op;
enum machine_mode mode;
{
return op != stack_pointer_rtx && general_operand (op, mode);
return op != stack_pointer_rtx && nonimmediate_operand (op, mode);
}
/* Return TRUE if X is a valid comparison operator for the dbcc

File diff suppressed because it is too large Load Diff