diff mbox

[committed] Fix ARM REG_CLASS_NAMES (PR target/56640)

Message ID 20130317163034.GU12913@tucnak.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek March 17, 2013, 4:30 p.m. UTC
Hi!

Committed as obvious to trunk and 4.8 branch.

2013-03-17  Jakub Jelinek  <jakub@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".


	Jakub
diff mbox

Patch

--- 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.