mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 18:11:15 +08:00
basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, we can never create autoinc insns after reload.
* basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, we can never create autoinc insns after reload. Co-Authored-By: Kazu Hirata <kazu@cs.umass.edu> From-SVN: r92105
This commit is contained in:
parent
b286769e76
commit
b4418614a1
@ -1,5 +1,10 @@
|
||||
2004-13-12 Steven Bosscher <stevenb@suse.de>
|
||||
|
||||
* basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, we
|
||||
can never create autoinc insns after reload.
|
||||
|
||||
2004-12-13 Jeff Law <law@redhat.com>
|
||||
Kazu Hirata <kazu@cs.umass.edu>
|
||||
Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a
|
||||
PHI argument is set from a PHI_RESULT in the same block and the
|
||||
|
@ -662,7 +662,7 @@ enum update_life_extent
|
||||
| PROP_SCAN_DEAD_STORES)
|
||||
#define PROP_POSTRELOAD (PROP_DEATH_NOTES \
|
||||
| PROP_KILL_DEAD_CODE \
|
||||
| PROP_SCAN_DEAD_CODE | PROP_AUTOINC \
|
||||
| PROP_SCAN_DEAD_CODE \
|
||||
| PROP_SCAN_DEAD_STORES)
|
||||
|
||||
#define CLEANUP_EXPENSIVE 1 /* Do relatively expensive optimizations
|
||||
|
Loading…
x
Reference in New Issue
Block a user