Commit da190657 by Kazu Hirata Committed by Kazu Hirata

basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES, PROP_ASM_SCAN.

	* basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES,
	PROP_ASM_SCAN.

From-SVN: r98232
parent 5a4c9b10
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> 2005-04-16 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (Specific): Avoid using asterisks in @anchor * doc/install.texi (Specific): Avoid using asterisks in @anchor
......
...@@ -780,8 +780,8 @@ enum update_life_extent ...@@ -780,8 +780,8 @@ enum update_life_extent
#define PROP_ALLOW_CFG_CHANGES 32 /* Allow the CFG to be changed #define PROP_ALLOW_CFG_CHANGES 32 /* Allow the CFG to be changed
by dead code removal. */ by dead code removal. */
#define PROP_AUTOINC 64 /* Create autoinc mem references. */ #define PROP_AUTOINC 64 /* Create autoinc mem references. */
#define PROP_SCAN_DEAD_STORES 256 /* Scan for dead code. */ #define PROP_SCAN_DEAD_STORES 128 /* Scan for dead code. */
#define PROP_ASM_SCAN 512 /* Internal flag used within flow.c #define PROP_ASM_SCAN 256 /* Internal flag used within flow.c
to flag analysis of asms. */ to flag analysis of asms. */
#define PROP_FINAL (PROP_DEATH_NOTES | PROP_LOG_LINKS \ #define PROP_FINAL (PROP_DEATH_NOTES | PROP_LOG_LINKS \
| PROP_REG_INFO | PROP_KILL_DEAD_CODE \ | PROP_REG_INFO | PROP_KILL_DEAD_CODE \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment