Commit 9ad732aa by Segher Boessenkool Committed by Segher Boessenkool

rs6000: Trailing comma warning in enum


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

From-SVN: r250749
parent 7f23f238
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. */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment