diff options
author | Per Bothner <per@bothner.com> | 2004-07-07 18:23:47 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2004-07-07 18:23:47 -0700 |
commit | c03e0096ad9a801a02dad387bc082ef75d73aee9 (patch) | |
tree | beecde6e249efb743d29f9baa1b13aede2800eb8 /gcc | |
parent | fbf153f2636f01c4c19af3dabdc8701cf2f88754 (diff) | |
download | gcc-c03e0096ad9a801a02dad387bc082ef75d73aee9.zip gcc-c03e0096ad9a801a02dad387bc082ef75d73aee9.tar.gz gcc-c03e0096ad9a801a02dad387bc082ef75d73aee9.tar.bz2 |
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
From-SVN: r84254
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/flow.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 224e26a..3c69948 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. @@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn, } } - PUT_CODE (incr, NOTE); SET_INSN_DELETED (incr); } |