basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES, PROP_ASM_SCAN.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 16 Apr 2005 13:55:22 +0000 (13:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 16 Apr 2005 13:55:22 +0000 (13:55 +0000)
* basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES,
PROP_ASM_SCAN.

From-SVN: r98232

gcc/ChangeLog
gcc/basic-block.h

index dcb847b..97a1d18 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES,
+       PROP_ASM_SCAN.
+
 2005-04-16  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * doc/install.texi (Specific): Avoid using asterisks in @anchor
index 447438c..7d10d94 100644 (file)
@@ -780,8 +780,8 @@ enum update_life_extent
 #define PROP_ALLOW_CFG_CHANGES 32      /* Allow the CFG to be changed
                                           by dead code removal.  */
 #define PROP_AUTOINC           64      /* Create autoinc mem references.  */
-#define PROP_SCAN_DEAD_STORES  256     /* Scan for dead code.  */
-#define PROP_ASM_SCAN          512     /* Internal flag used within flow.c
+#define PROP_SCAN_DEAD_STORES  128     /* Scan for dead code.  */
+#define PROP_ASM_SCAN          256     /* Internal flag used within flow.c
                                           to flag analysis of asms.  */
 #define PROP_FINAL             (PROP_DEATH_NOTES | PROP_LOG_LINKS  \
                                 | PROP_REG_INFO | PROP_KILL_DEAD_CODE  \