basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, we can never create...
authorSteven Bosscher <stevenb@suse.de>
Mon, 13 Dec 2004 20:44:31 +0000 (20:44 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Mon, 13 Dec 2004 20:44:31 +0000 (20:44 +0000)
* 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

gcc/ChangeLog
gcc/basic-block.h

index 7fc35b474f128f4b201214097466c9ee35f5faf0..c792108f3f93e71f525898ad473a5cc9ab6a4974 100644 (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
index 0a3f2e08105b4474a96a9be5e8b197f4eb525795..39ce7744ac02167acbea2fb3ffa73d66888d5409 100644 (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