mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 06:50:27 +08:00
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:
parent
a0d058a508
commit
f26c81d6ba
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user