aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fr30
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2016-10-26 10:19:55 -0600
committerJeff Law <law@gcc.gnu.org>2016-10-26 10:19:55 -0600
commit32502b58e2a59b41c4ef81e485b5999c88d86a69 (patch)
tree9bf33e87f542b2159dbf44b7cd4b1f9701853fd4 /gcc/config/fr30
parent3a5a75b53a278188c21a2a2dc53ebf309a2b1a09 (diff)
downloadgcc-32502b58e2a59b41c4ef81e485b5999c88d86a69.zip
gcc-32502b58e2a59b41c4ef81e485b5999c88d86a69.tar.gz
gcc-32502b58e2a59b41c4ef81e485b5999c88d86a69.tar.bz2
* config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
From-SVN: r241579
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r--gcc/config/fr30/fr30.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c
index 187302b..d8e95cb 100644
--- a/gcc/config/fr30/fr30.c
+++ b/gcc/config/fr30/fr30.c
@@ -688,7 +688,8 @@ fr30_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);
break;