summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>1999-02-27 16:55:20 -0700
committerJeff Law <law@gcc.gnu.org>1999-02-27 16:55:20 -0700
commit77c1d679bb968d85062b0f2d743feb9db308c617 (patch)
treec0763b9d1655dc8fef2aee6c0489e0e6034eff44
parent3e4536775e57afd965db7a7b95b965e5afcaa85e (diff)
downloadgcc-77c1d679bb968d85062b0f2d743feb9db308c617.tar.gz
cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case.
� * 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
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c2e7878ace0..2e92020a458 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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)