aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2016-09-27 13:43:45 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2016-09-27 13:43:45 +0000
commit4c74215cdeecfc00371a8df492f2ad8c0cb25267 (patch)
tree12b26619ad48eebb9b8872d196ce6d53bb7de6e4 /gcc
parentc5cb628eeb96398b5217685586a8abbbfff8660a (diff)
downloadgcc-4c74215cdeecfc00371a8df492f2ad8c0cb25267.zip
gcc-4c74215cdeecfc00371a8df492f2ad8c0cb25267.tar.gz
gcc-4c74215cdeecfc00371a8df492f2ad8c0cb25267.tar.bz2
ia64.c (ia64_print_operand): Adjust fall through comment.
* config/ia64/ia64.c (ia64_print_operand): Adjust fall through comment. From-SVN: r240538
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/ia64/ia64.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 374a084..19ba270 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-27 Marek Polacek <polacek@redhat.com>
+
+ * config/ia64/ia64.c (ia64_print_operand): Adjust fall through
+ comment.
+
2016-09-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index 573872e..d32823a 100644
--- a/gcc/config/ia64/ia64.c
+++ b/gcc/config/ia64/ia64.c
@@ -5550,7 +5550,7 @@ ia64_print_operand (FILE * file, rtx x, int code)
case POST_DEC:
case POST_MODIFY:
x = XEXP (x, 0);
- /* ... fall through ... */
+ /* fall through */
case REG:
fputs (reg_names [REGNO (x)], file);