Commit de10dbf5 by Bernd Schmidt Committed by Bernd Schmidt

Add a comment

From-SVN: r38548
parent 6152c64a
2000-12-29 Bernd Schmidt <bernds@redhat.com> 2000-12-29 Bernd Schmidt <bernds@redhat.com>
* basic-block.h: Add a comment.
* flow.c (PROP_POSTRELOAD): New macro. * flow.c (PROP_POSTRELOAD): New macro.
(update_life_info): Add it to prop_flags. (update_life_info): Add it to prop_flags.
(mark_set_1): If it is set, compute REG_N_SETS for the original (mark_set_1): If it is set, compute REG_N_SETS for the original
......
...@@ -476,7 +476,7 @@ enum update_life_extent ...@@ -476,7 +476,7 @@ enum update_life_extent
#define PROP_SCAN_DEAD_CODE 16 /* Scan for dead code. */ #define PROP_SCAN_DEAD_CODE 16 /* Scan for dead code. */
#define PROP_AUTOINC 32 /* Create autoinc mem references. */ #define PROP_AUTOINC 32 /* Create autoinc mem references. */
#define PROP_FINAL 63 /* All of the above. */ #define PROP_FINAL 63 /* All of the above. */
/* Flag number 64 is used internally in flow.c. */
/* Flags for loop discovery. */ /* Flags for loop discovery. */
......
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