* c4x.h (HARD_REGNO_CALL_PART_CLOBBERED): Fix typo.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sat, 3 Feb 2001 02:19:42 +0000 (02:19 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 3 Feb 2001 02:19:42 +0000 (02:19 +0000)
From-SVN: r39423

gcc/ChangeLog
gcc/config/c4x/c4x.h

index 70d67de..1e3dbca 100644 (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.
index e5cba8f..72ffb37 100644 (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.  */