mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-27 04:55:01 +08:00
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>
|
||||
|
||||
config/arm/neon.md (reduc_smin_<mode> *2): Rename to...
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user