mirror of git://gcc.gnu.org/git/gcc.git
sh.c (emit_fpu_switch): Drop unused automatic variable.
2014-11-04 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config/sh/sh.c (emit_fpu_switch): Drop unused automatic variable. From-SVN: r217082
This commit is contained in:
parent
a5fc83a151
commit
0caee3cadf
|
|
@ -1,3 +1,7 @@
|
||||||
|
2014-11-04 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* config/sh/sh.c (emit_fpu_switch): Drop unused automatic variable.
|
||||||
|
|
||||||
2014-11-04 Alan Lawrence <alan.lawrence@arm.com>
|
2014-11-04 Alan Lawrence <alan.lawrence@arm.com>
|
||||||
|
|
||||||
config/arm/neon.md (reduc_smin_<mode> *2): Rename to...
|
config/arm/neon.md (reduc_smin_<mode> *2): Rename to...
|
||||||
|
|
|
||||||
|
|
@ -10024,7 +10024,7 @@ static GTY(()) tree fpscr_values;
|
||||||
static void
|
static void
|
||||||
emit_fpu_switch (rtx scratch, int index)
|
emit_fpu_switch (rtx scratch, int index)
|
||||||
{
|
{
|
||||||
rtx dst, src;
|
rtx src;
|
||||||
|
|
||||||
if (fpscr_values == NULL)
|
if (fpscr_values == NULL)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue