summaryrefslogtreecommitdiff
path: root/gcc/genextract.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genextract.c')
-rw-r--r--gcc/genextract.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/genextract.c b/gcc/genextract.c
index b6006052403..ae63c1af992 100644
--- a/gcc/genextract.c
+++ b/gcc/genextract.c
@@ -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");