From: Per Bothner Date: Thu, 8 Jul 2004 01:23:47 +0000 (-0700) Subject: * flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c03e0096ad9a801a02dad387bc082ef75d73aee9;p=gcc.git * flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE. From-SVN: r84254 --- 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 + + * flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE. + 2004-07-07 Mike Stump * 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); }