* mn10200.c (expand_prologue): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Tue, 21 Oct 1997 20:58:16 +0000 (20:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 21 Oct 1997 20:58:16 +0000 (14:58 -0600)
From-SVN: r16139

gcc/ChangeLog
gcc/config/mn10200/mn10200.c

index 80ca81e..0338f79 100644 (file)
@@ -1,5 +1,7 @@
 Tue Oct 21 10:06:40 1997  Jeffrey A Law  (law@cygnus.com)
 
+       * mn10200.c (expand_prologue): Fix typo.
+
        * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
        addresses.
        * mn10200.md (neghi2): Provide an alternative which works if
index 6c929c8..774755f 100644 (file)
@@ -611,12 +611,12 @@ expand_prologue ()
              if (!regs_ever_live[5])
                {
                  regs_ever_live[5] = 1;
-                 zero_dreg = gen_rtx (REG, HImode, 5);
+                 zero_areg = gen_rtx (REG, HImode, 5);
                }
              if (!regs_ever_live[6])
                {
                  regs_ever_live[6] = 1;
-                 zero_dreg = gen_rtx (REG, HImode, 6);
+                 zero_areg = gen_rtx (REG, HImode, 6);
                }
            }