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
This commit is contained in:
parent
dfb2c079b1
commit
5a42589324
@ -1,3 +1,8 @@
|
||||
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user