mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-23 00:19:51 +08:00
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:
parent
4d494dfe26
commit
8406d02387
@ -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.
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user