]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix braces right this time.
authorJeff Law <law@gcc.gnu.org>
Wed, 6 May 1998 20:11:03 +0000 (14:11 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 May 1998 20:11:03 +0000 (14:11 -0600)
From-SVN: r19598

gcc/config/i386/i386.h

index 7d01e5921c98cd70b3e63038a11d8bb4ef1ef6bd..ef344b2803dd7278bec9bdb49ba0ba8ec1da57c4 100644 (file)
@@ -710,16 +710,16 @@ enum reg_class
    of length N_REG_CLASSES.  */
 
 #define REG_CLASS_CONTENTS \
-{{      0,                                                     \
-     0x1,    0x2,  0x4,         0x8,   /* AREG, DREG, CREG, BREG */    \
-     0x3,                      /* AD_REGS */                   \
-     0xf,                      /* Q_REGS */                    \
-    0x10,   0x20,              /* SIREG, DIREG */              \
0x7f,                         /* INDEX_REGS */                \
0x100ff,                      /* GENERAL_REGS */              \
-  0x0100, 0x0200,              /* FP_TOP_REG, FP_SECOND_REG */ \
-  0xff00,                      /* FLOAT_REGS */                \
0x1ffff }}
+{      {0},                                                    \
+     {0x1},    {0x2},  {0x4},   {0x8}, /* AREG, DREG, CREG, BREG */    \
+     {0x3},                    /* AD_REGS */                   \
+     {0xf},                    /* Q_REGS */                    \
+    {0x10},   {0x20},          /* SIREG, DIREG */              \
{0x7f},                               /* INDEX_REGS */                \
{0x100ff},                    /* GENERAL_REGS */              \
+  {0x0100}, {0x0200},          /* FP_TOP_REG, FP_SECOND_REG */ \
+  {0xff00},                    /* FLOAT_REGS */                \
{0x1ffff}}
 
 /* The same information, inverted:
    Return the class number of the smallest class containing