summaryrefslogtreecommitdiff
path: root/gcc/config/m32r
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-26 16:02:58 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-26 16:02:58 +0000
commit1ac2fdf2676de9e7d6e5da450ab5fd400c7a5efd (patch)
treee9a86c31567d00d955f9e56a4eb9fe2a49b5b197 /gcc/config/m32r
parent531eafa52c60f4a955c3ccf600e16ed73a393a44 (diff)
downloadgcc-1ac2fdf2676de9e7d6e5da450ab5fd400c7a5efd.tar.gz
* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r--gcc/config/m32r/m32r.c3
1 files changed, 2 insertions, 1 deletions
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);