projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e741aaa
)
* config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
author
Jeff Law
<law@redhat.com>
Wed, 26 Oct 2016 15:47:48 +0000
(09:47 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Oct 2016 15:47:48 +0000
(09:47 -0600)
From-SVN: r241566
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/nios2/nios2.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index
5214b9d
..
448aaa7
100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,5
+1,7
@@
2016-10-26 Jeff Law <law@redhat.com>
+ * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
+
* config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
comment.
(rl78_asm_ctor_dtor): Increase buffer size.
diff --git
a/gcc/config/nios2/nios2.c
b/gcc/config/nios2/nios2.c
index
8afb468
..
2a28fad
100644
(file)
--- a/
gcc/config/nios2/nios2.c
+++ b/
gcc/config/nios2/nios2.c
@@
-1493,6
+1493,7
@@
nios2_rtx_costs (rtx x, machine_mode mode ATTRIBUTE_UNUSED,
*total = COSTS_N_INSNS (1);
return true;
}
+ return false;
default:
return false;