From 77c1d679bb968d85062b0f2d743feb9db308c617 Mon Sep 17 00:00:00 2001 From: Franz Sirl Date: Sat, 27 Feb 1999 16:55:20 -0700 Subject: [PATCH] cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c2e7878ace0d..2e92020a458c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +Sun Feb 28 00:50:28 1999 Franz Sirl + 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) -- 2.47.2