]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genextract.c
builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.
[thirdparty/gcc.git] / gcc / genextract.c
index b600605240307c8e5141a9db25a4d4879cfb9dd5..ae63c1af99292d0acc78490bd6680cd3486ea3e2 100644 (file)
@@ -475,9 +475,9 @@ from the machine description file `md'.  */\n\n");
       printf ("      break;\n\n");
     }
 
-  /* This should never be reached.  Note that we would also reach this abort
-   if we tried to extract something whose INSN_CODE was a DEFINE_EXPAND or
-   DEFINE_SPLIT, but that is correct.  */
+  /* This should never be reached.  Note that we would also reach here
+     if we tried to extract something whose INSN_CODE was a
+     DEFINE_EXPAND or DEFINE_SPLIT, but that is correct.  */
   printf ("    default:\n      gcc_unreachable ();\n");
 
   printf ("    }\n}\n");