From 6bd3f67140227a077343b11fe77ab99988408331 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 26 Oct 2016 10:02:58 -0600 Subject: [PATCH] * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment. From-SVN: r241571 --- gcc/ChangeLog | 2 ++ gcc/config/m32r/m32r.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 560ec37e90a..1e0393651ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2016-10-26 Jeff Law + * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment. + * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments. * config/microblaze/microblaze.c (microblaze_function_arg): Adjust diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index 17e48f545bf..41c6b600dd1 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -2278,7 +2278,8 @@ m32r_print_operand (FILE * file, rtx x, int code) break; } - /* Fall through. Let output_addr_const deal with it. */ + /* FALLTHRU */ + /* Let output_addr_const deal with it. */ default : output_addr_const (file, x); -- 2.30.2