diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index f317627..d3e47a6 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -2090,7 +2090,7 @@ copy_rtx_and_substitute (rtx orig, struct inline_remap *map, int for_lhs) if (NOTE_LINE_NUMBER (orig) != NOTE_INSN_DELETED_LABEL) break; - /* ... FALLTHRU ... */ + /* Fall through. */ case CODE_LABEL: LABEL_PRESERVE_P (get_label_from_map (map, CODE_LABEL_NUMBER (orig))) = LABEL_PRESERVE_P (orig); |