]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Sat, 27 Feb 1999 23:55:20 +0000 (16:55 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 27 Feb 1999 23:55:20 +0000 (16:55 -0700)

        * cse.c (fold_rtx): Update comments for (const (minus (label) (label)))
        case.
        (cse_insn): Avoid creating a bogus REG_EQUAL note for
        (const (minus (label) (label)))
        (record_jump_cond): Fix mismatched paren in comment.

From-SVN: r25489

gcc/ChangeLog

index c2e7878ace0d1130a84154d2531392e5eb2cde27..2e92020a458c6e94a7c8cc4af4d03e1da88ff2ec 100644 (file)
@@ -1,3 +1,12 @@
+Sun Feb 28 00:50:28 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+                         Jeffrey A Law  (law@cygnus.com)
+
+       * cse.c (fold_rtx): Update comments for (const (minus (label) (label)))
+       case.
+       (cse_insn): Avoid creating a bogus REG_EQUAL note for
+       (const (minus (label) (label)))
+       (record_jump_cond): Fix mismatched paren in comment.
+       
 Sat Feb 27 22:48:38 1999  H.J. Lu  (hjl@gnu.org)
                          Jeffrey A Law  (law@cygnus.com)