* h8300.md (HImode preinc peephole): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Thu, 16 Dec 1999 09:27:51 +0000 (09:27 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Dec 1999 09:27:51 +0000 (02:27 -0700)
From-SVN: r30969

gcc/ChangeLog
gcc/config/h8300/h8300.md

index 190810b4b0557c66d13d50d6a29eeb57b9349eb8..acce2bf876cf278b202078293a8573fec1959fc0 100644 (file)
@@ -1,3 +1,7 @@
+Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * h8300.md (HImode preinc peephole): Fix typo.
+
 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
 
        * function.c (retrofit_block): Abort if we don't find a suitable insn.
index 7e49af5ef75312825bf7a7abbf581c7479fd393f..da6519300e983974c73ac3a5b62fd67ec4f8b981 100644 (file)
 
 (define_peephole 
   [(set (match_operand:HI 1 "register_operand" "")
-       (plus:HI (match_dup 1) (const_int -1)))
+       (plus:HI (match_dup 1) (const_int -2)))
    (set (mem:HI (match_dup 1))
                (match_operand:HI 0 "register_operand" ""))]
   "REGNO(operands[1]) != REGNO(operands[0])"