Commit 5a425893 by Michael Gschwind Committed by Jeff Law

basic-block.h (update_life_extent): Remove trailing comma on enumeration type list.

        * basic-block.h (update_life_extent): Remove trailing comma on
        enumeration type list.

From-SVN: r30572
parent dfb2c079
Thu Nov 18 00:59:11 1999 Michael Gschwind <mikeg@alagoas.watson.ibm.com>
* basic-block.h (update_life_extent): Remove trailing comma on
enumeration type list.
1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
* varasm.c (output_constructor) Solved problem with long long
......
......@@ -257,7 +257,7 @@ enum update_life_extent
{
UPDATE_LIFE_LOCAL = 0,
UPDATE_LIFE_GLOBAL = 1,
UPDATE_LIFE_GLOBAL_RM_NOTES = 2,
UPDATE_LIFE_GLOBAL_RM_NOTES = 2
};
/* Flags for life_analysis and update_life_info. */
......
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