* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
authorPer Bothner <per@bothner.com>
Thu, 8 Jul 2004 01:23:47 +0000 (18:23 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 8 Jul 2004 01:23:47 +0000 (18:23 -0700)
From-SVN: r84254

gcc/ChangeLog
gcc/flow.c

index 224e26a27c4986b252f0e737563bd3239a748397..3c6994836843342828b849034503aac1365f274c 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-07  Per Bothner  <per@bothner.com>
+
+       * flow.c (attempt_auto_inc):  Remove now-redundant PUT_CODE.
+
 2004-07-07  Mike Stump  <mrs@apple.com>
 
        * darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.
index 0cc108870ef25c9b3b508bd00bce0e306ebaa687..4b60c42eee90eecc9393d0db454687ccf24f2030 100644 (file)
@@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
            }
        }
 
-      PUT_CODE (incr, NOTE);
       SET_INSN_DELETED (incr);
     }