rs6000: Trailing comma warning in enum

* config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.

From-SVN: r250749
This commit is contained in:
Segher Boessenkool 2017-07-31 19:00:57 +02:00 committed by Segher Boessenkool
parent 7f23f23811
commit 9ad732aa46
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2017-07-31 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
2017-07-31 Carl Love <cel@us.ibm.com>
* config/rs6000/rs6000-c: Add support for built-in functions

View file

@ -435,7 +435,7 @@ enum rs6000_reg_type {
ALTIVEC_REG_TYPE,
FPR_REG_TYPE,
SPR_REG_TYPE,
CR_REG_TYPE,
CR_REG_TYPE
};
/* Map register class to register type. */