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:
Jan-Benedict Glaw 2014-11-04 12:41:23 +00:00 committed by Jan-Benedict Glaw
parent a5fc83a151
commit 0caee3cadf
2 changed files with 5 additions and 1 deletions

View File

@ -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>
config/arm/neon.md (reduc_smin_<mode> *2): Rename to...

View File

@ -10024,7 +10024,7 @@ static GTY(()) tree fpscr_values;
static void
emit_fpu_switch (rtx scratch, int index)
{
rtx dst, src;
rtx src;
if (fpscr_values == NULL)
{