diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index af13138f0b4..d37666d9e57 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -840,7 +840,7 @@ rtl_redirect_edge_and_branch (edge e, basic_block target) ++LABEL_NUSES (new_label); } - /* Handle casesi dispatch insns */ + /* Handle casesi dispatch insns. */ if ((tmp = single_set (insn)) != NULL && SET_DEST (tmp) == pc_rtx && GET_CODE (SET_SRC (tmp)) == IF_THEN_ELSE |