mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
Fix trailing comma issue
From-SVN: r264445
This commit is contained in:
@@ -143,7 +143,7 @@ enum ranges_mode
|
||||
RANGES_VRP = 1,
|
||||
RANGES_RANGER = 2,
|
||||
/* Use both VPR and the ranger, and verify that the results agree. */
|
||||
RANGES_CHECKING = 3,
|
||||
RANGES_CHECKING = 3
|
||||
};
|
||||
|
||||
/* The regions used for the integrated register allocator (IRA). */
|
||||
|
||||
Reference in New Issue
Block a user