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:
parent
7f23f23811
commit
9ad732aa46
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue