aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2016-10-26 10:23:27 -0600
committerJeff Law <law@gcc.gnu.org>2016-10-26 10:23:27 -0600
commitf34bf3d9398575b787dadb6f205676792d3c2973 (patch)
treeb0e037b4546b48bfa393cc7c35f7c43213057965
parent3693a620f010b3c47b23d316f110dad10e1fd5b1 (diff)
downloadgcc-f34bf3d9398575b787dadb6f205676792d3c2973.zip
gcc-f34bf3d9398575b787dadb6f205676792d3c2973.tar.gz
gcc-f34bf3d9398575b787dadb6f205676792d3c2973.tar.bz2
epiphany.c (epiphany_print_operand): Adjust fallthru comment.
* config/epiphany/epiphany.c (epiphany_print_operand): Adjust fallthru comment. From-SVN: r241582
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/epiphany/epiphany.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4f5c3c2..bf5080a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-26 Jeff Law <law@redhat.com>
+
+ * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
+ fallthru comment.
+
2016-10-26 Jakub Jelinek <jakub@redhat.com>
Martin Liska <mliska@suse.cz>
diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c
index a7854e7..e1f7a47 100644
--- a/gcc/config/epiphany/epiphany.c
+++ b/gcc/config/epiphany/epiphany.c
@@ -1354,7 +1354,8 @@ epiphany_print_operand (FILE *file, rtx x, int code)
fprintf (file, "%s0x%08lx", IMMEDIATE_PREFIX, l);
break;
}
- /* Fall through. Let output_addr_const deal with it. */
+ /* FALLTHRU */
+ /* Let output_addr_const deal with it. */
case CONST_INT:
fprintf(file,"%s",IMMEDIATE_PREFIX);
if (code == 'C' || code == 'X')