OSDN Git Service

* regclass.c (fix_register): Fix typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 08:39:19 +0000 (08:39 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 08:39:19 +0000 (08:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45027 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/regclass.c

index 10bb6de..1190c4e 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-19  Richard Henderson  <rth@redhat.com>
+
+       * regclass.c (fix_register): Fix typo.
+
 2001-08-18  Richard Henderson  <rth@redhat.com>
 
        * config/ia64/unwind-ia64.c (UNW_REG_B0): New.
index 50b446d..d5cc42c 100644 (file)
@@ -762,7 +762,7 @@ fix_register (name, fixed, call_used)
        {
          fixed_regs[i] = fixed;
          call_used_regs[i] = call_used;
-#ifdef CALL_REALLY_USED_REGS
+#ifdef CALL_REALLY_USED_REGISTERS
          if (fixed == 0)
            call_really_used_regs[i] = call_used;
 #endif