]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/genflags.c
rtl.h (rtx_format): Constify a char*.
[gcc.git] / gcc / genflags.c
index 636aafeed57320801685c8433e7d13e844f1ee9b..5f1dc349b55a480881eb825c860b03c44654caee 100644 (file)
@@ -61,7 +61,7 @@ num_operands (x)
   int count = 0;
   int i, j;
   enum rtx_code code = GET_CODE (x);
-  char *format_ptr = GET_RTX_FORMAT (code);
+  const char *format_ptr = GET_RTX_FORMAT (code);
 
   if (code == MATCH_OPERAND)
     return 1;
This page took 0.025094 seconds and 5 git commands to generate.