OSDN Git Service

* rtl.h (mem_attrs): Rename decl to expr; adjust all users.
[pf3gnuchains/gcc-fork.git] / gcc / genpreds.c
index 12a1b51..f4ba1f9 100644 (file)
@@ -34,9 +34,9 @@ static void
 output_predicate_decls ()
 {
 #ifdef PREDICATE_CODES
-  static struct {
-    const char *name;
-    RTX_CODE codes[NUM_RTX_CODE];
+  static const struct {
+    const char *const name;
+    const RTX_CODE codes[NUM_RTX_CODE];
   } predicate[] = {
     PREDICATE_CODES
   };