projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa315f3
)
msp430.c (msp430_legitimate_address_p): Adjust fallthru comment.
author
Jeff Law
<law@redhat.com>
Wed, 26 Oct 2016 15:49:25 +0000
(09:49 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Oct 2016 15:49:25 +0000
(09:49 -0600)
* config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
fallthru comment.
From-SVN: r241567
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/msp430/msp430.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 448aaa7b57672b1480dca0ff3c3ccffddaa35899..2076d690d73af6ea77076cb99f84ae5086ca5556 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,5
+1,8
@@
2016-10-26 Jeff Law <law@redhat.com>
+ * config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
+ fallthru comment.
+
* config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
* config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
diff --git
a/gcc/config/msp430/msp430.c
b/gcc/config/msp430/msp430.c
index 50f6815e32f74ad6e95c09b2d56922a53a341cf9..fb1978b58bb330fe7cb9dbfdef6cda9edc1ab826 100644
(file)
--- a/
gcc/config/msp430/msp430.c
+++ b/
gcc/config/msp430/msp430.c
@@
-1545,7
+1545,7
@@
msp430_legitimate_address_p (machine_mode mode ATTRIBUTE_UNUSED,
case REG:
if (!reg_ok_for_addr (x, strict))
return false;
- /*
else...
*/
+ /*
FALLTHRU
*/
case CONST:
case SYMBOL_REF:
case CONST_INT: