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:
Steven Bosscher 2004-12-13 20:44:31 +00:00 committed by Steven Bosscher
parent b286769e76
commit b4418614a1
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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