OSDN Git Service

* basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES,
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Apr 2005 13:55:22 +0000 (13:55 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Apr 2005 13:55:22 +0000 (13:55 +0000)
PROP_ASM_SCAN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98232 138bc75d-0d04-0410-961f-82ee72b054a4

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  \