Add a comment

From-SVN: r38548
This commit is contained in:
Bernd Schmidt 2000-12-29 17:52:57 +00:00 committed by Bernd Schmidt
parent 6152c64aab
commit de10dbf5be
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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. */