Commit b4679197 by Ben Elliston Committed by Ben Elliston

* config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v.

From-SVN: r142576
parent 9f309df2
2008-12-09 Ben Elliston <bje@au.ibm.com>
* config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v.
2008-12-08 Steve Ellcey <sje@cup.hp.com> 2008-12-08 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.md (UNSPECV_GOTO_RECEIVER): New constant. * config/ia64/ia64.md (UNSPECV_GOTO_RECEIVER): New constant.
...@@ -387,7 +387,7 @@ fmsub (double a, double b, double c) ...@@ -387,7 +387,7 @@ fmsub (double a, double b, double c)
FP_DECL_Q(V); FP_DECL_Q(V);
FP_DECL_D(R); FP_DECL_D(R);
double r; double r;
long double u, v, x, y, z; long double u, x, y, z;
FP_INIT_ROUNDMODE; FP_INIT_ROUNDMODE;
FP_UNPACK_RAW_D (A, a); FP_UNPACK_RAW_D (A, a);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment