mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 20:57:36 +08:00
Add a comment
From-SVN: r38548
This commit is contained in:
parent
6152c64aab
commit
de10dbf5be
@ -1,5 +1,6 @@
|
||||
2000-12-29 Bernd Schmidt <bernds@redhat.com>
|
||||
|
||||
* basic-block.h: Add a comment.
|
||||
* flow.c (PROP_POSTRELOAD): New macro.
|
||||
(update_life_info): Add it to prop_flags.
|
||||
(mark_set_1): If it is set, compute REG_N_SETS for the original
|
||||
|
@ -476,7 +476,7 @@ enum update_life_extent
|
||||
#define PROP_SCAN_DEAD_CODE 16 /* Scan for dead code. */
|
||||
#define PROP_AUTOINC 32 /* Create autoinc mem references. */
|
||||
#define PROP_FINAL 63 /* All of the above. */
|
||||
|
||||
/* Flag number 64 is used internally in flow.c. */
|
||||
|
||||
/* Flags for loop discovery. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user