Commit f26c81d6 by Eric Botcazou Committed by Eric Botcazou

re PR middle-end/52656 (gcc.target/sparc/fpmul-2.c FAILs)

	PR target/52656
	* config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.

From-SVN: r185764
parent a0d058a5
2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
PR target/52656
* config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
2012-03-23 Martin Jambor <mjambor@suse.cz>
* tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
......
......@@ -9932,7 +9932,7 @@ sparc_handle_vis_mul8x16 (tree *n_elts, int fncode, tree inner_type,
break;
case CODE_FOR_fmul8x16al_vis:
scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 0));
scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 1));
for (i = 0; i < num; ++i)
{
......
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