mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 01:34:22 +08:00
* c4x.h (HARD_REGNO_CALL_PART_CLOBBERED): Fix typo.
From-SVN: r39423
This commit is contained in:
parent
39ed8974cc
commit
c98f0cdb54
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user