Hi!

Committed as obvious to trunk and 4.8 branch.

2013-03-17  Jakub Jelinek  <ja...@redhat.com>

        PR target/56640
        * config/arm/arm.h (REG_CLASS_NAMES): Add "SFP_REG" and "AFP_REG"
        class names.  Remove trailing comma after "ALL_REGS".

--- gcc/config/arm/arm.h        2013-03-16 08:33:10.789067850 +0100
+++ gcc/config/arm/arm.h        2013-03-17 17:20:01.790206592 +0100
@@ -1166,7 +1166,9 @@ enum reg_class
   "IWMMXT_GR_REGS",    \
   "CC_REG",            \
   "VFPCC_REG",         \
-  "ALL_REGS",          \
+  "SFP_REG",           \
+  "AFP_REG",           \
+  "ALL_REGS"           \
 }
 
 /* Define which registers fit in which classes.

        Jakub

Reply via email to