OSDN Git Service

* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 01:23:47 +0000 (01:23 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 01:23:47 +0000 (01:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84254 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/flow.c

index 224e26a..3c69948 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 0cc1088..4b60c42 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);
     }