cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Tue, 2 Mar 1999 00:45:45 +0000 (00:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Mar 1999 00:45:45 +0000 (17:45 -0700)
commitac7ef8d56b106f3c2de2d65da97b59eb0509c8b9
treeed53a4bf9e24e684e4fc6805fd719d557e111cd9
parent560a78fc8a731df300fe045aa1dfa4125858ab17
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.
Fixes powerpc label-label problem.
Bootstraps on the x86.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r25527
gcc/ChangeLog
gcc/cse.c