projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf153f
)
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
author
Per Bothner
<per@bothner.com>
Thu, 8 Jul 2004 01:23:47 +0000
(18:23 -0700)
committer
Per Bothner
<bothner@gcc.gnu.org>
Thu, 8 Jul 2004 01:23:47 +0000
(18:23 -0700)
From-SVN: r84254
gcc/ChangeLog
patch
|
blob
|
history
gcc/flow.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 224e26a27c4986b252f0e737563bd3239a748397..3c6994836843342828b849034503aac1365f274c 100644
(file)
--- 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 0cc108870ef25c9b3b508bd00bce0e306ebaa687..4b60c42eee90eecc9393d0db454687ccf24f2030 100644
(file)
--- 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);
}