summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 01:23:47 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 01:23:47 +0000
commiteb88bc7409b65393721035d3347a33c6d033bfa2 (patch)
treebeecde6e249efb743d29f9baa1b13aede2800eb8
parent71ed51a3dc79d8643efe0f846120e28adf87cf8d (diff)
downloadppe42-gcc-eb88bc7409b65393721035d3347a33c6d033bfa2.tar.gz
ppe42-gcc-eb88bc7409b65393721035d3347a33c6d033bfa2.zip
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84254 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/flow.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 224e26a27c4..3c699483684 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/flow.c b/gcc/flow.c
index 0cc108870ef..4b60c42eee9 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
}
}
- PUT_CODE (incr, NOTE);
SET_INSN_DELETED (incr);
}
OpenPOWER on IntegriCloud