From 3d1ca857784315920338fee4659707a34c283bcb Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Sun, 15 Sep 2019 14:14:57 +0300 Subject: PRU: Fix comment to avoid fall through warning gcc/ChangeLog: 2020-05-05 Dimitar Dimitrov * config/pru/pru.c (pru_print_operand): Fix fall through comment. Signed-off-by: Dimitar Dimitrov --- gcc/config/pru/pru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/pru') diff --git a/gcc/config/pru/pru.c b/gcc/config/pru/pru.c index 37394c5..e20b41c 100644 --- a/gcc/config/pru/pru.c +++ b/gcc/config/pru/pru.c @@ -1650,7 +1650,7 @@ pru_print_operand (FILE *file, rtx op, int letter) return; case 'Q': cond = swap_condition (cond); - /* Fall through to reverse. */ + /* Fall through. */ case 'R': fprintf (file, "%s", pru_comparison_str (reverse_condition (cond))); return; -- cgit v1.1