Fix trailing comma issue

From-SVN: r264445
This commit is contained in:
Andrew Macleod
2018-09-20 18:37:52 +00:00
parent 43a7ea136c
commit 343ae58415

View File

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