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
This commit is contained in:
parent
5a4c9b104f
commit
da190657e2
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user