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-Tag: releases/gcc-4.0.0~6948 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c03e0096ad9a801a02dad387bc082ef75d73aee9;p=thirdparty%2Fgcc.git * flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE. From-SVN: r84254 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 224e26a27c49..3c6994836843 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 0cc108870ef2..4b60c42eee90 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); }