]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genrecog.c
rtl.c (rtx_name): Constify a char*.
[thirdparty/gcc.git] / gcc / genrecog.c
index 1e23023042fffad4ec27351119727328946c7e88..1a3c60dc59fc4bdfc34b73cced53afb1a1a8f79f 100644 (file)
@@ -1527,7 +1527,7 @@ static void
 print_code (code)
      enum rtx_code code;
 {
-  register char *p1;
+  register const char *p1;
   for (p1 = GET_RTX_NAME (code); *p1; p1++)
     {
       if (*p1 >= 'a' && *p1 <= 'z')