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
This commit is contained in:
Eric Botcazou 2012-03-24 18:42:24 +00:00 committed by Eric Botcazou
parent a0d058a508
commit f26c81d6ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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)
{