* c4x.h (HARD_REGNO_CALL_PART_CLOBBERED): Fix typo.

From-SVN: r39423
This commit is contained in:
Michael Hayes 2001-02-03 02:19:42 +00:00 committed by Michael Hayes
parent 39ed8974cc
commit c98f0cdb54
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-03 Michael Hayes <m.hayes@elec.canterbury.ac.nz)
* c4x.h (HARD_REGNO_CALL_PART_CLOBBERED): Fix typo.
2001-02-02 lars brinkhoff <lars@nocrew.org>
* md.texi (Standard Names): remove reference to spur.md.

View File

@ -643,7 +643,7 @@ extern const char *c4x_rpts_cycles_string, *c4x_cpu_version_string;
#define HARD_REGNO_CALL_PART_CLOBBERED(REGNO, MODE) \
((IS_FLOAT_CALL_SAVED_REGNO (REGNO) && ! ((MODE) == QFmode)) \
|| (IS_INT_CALL_SAVED_REGNO (REGNO)) \
|| (IS_INT_CALL_SAVED_REGNO (REGNO) \
&& ! ((MODE) == QImode || (MODE) == HImode || (MODE) == Pmode)))
/* Specify the modes required to caller save a given hard regno. */