[PATCH] Fix branch merge glitch

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Mon Sep 17 14:30:00 GMT 2001


Hi,
I committed the following patch as obvious to the branch. It corrects a small 
glitch with Jakubs recent backport.

Franz.

Index: gcc/gcse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcse.c,v
retrieving revision 1.113.4.3
diff -u -p -r1.113.4.3 gcse.c
--- gcse.c      2001/09/12 20:55:18     1.113.4.3
+++ gcse.c      2001/09/17 21:05:28
@@ -1947,9 +1947,6 @@ hash_scan_set (pat, insn, set_p)
             so we should not extend the lifetime of the pseudo.  */
          && ((note = find_reg_note (insn, REG_EQUIV, NULL_RTX)) == 0
              || GET_CODE (XEXP (note, 0)) != MEM))
-       {
-         /* An expression is not anticipatable if its operands are
-            modified before this insn or if this is not the only SET in
        {
          /* An expression is not anticipatable if its operands are
             modified before this insn.  */



More information about the Gcc-patches mailing list