summaryrefslogtreecommitdiff
path: root/gcc/flow.c
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 /gcc/flow.c
parent71ed51a3dc79d8643efe0f846120e28adf87cf8d (diff)
downloadgcc-eb88bc7409b65393721035d3347a33c6d033bfa2.tar.gz
* 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
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c1
1 files changed, 0 insertions, 1 deletions
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);
}