revert another accidental check-in
From-SVN: r136655
This commit is contained in:
parent
01501fc82c
commit
6717c5442e
1 changed files with 1 additions and 2 deletions
|
@ -5374,8 +5374,7 @@ spu_expand_builtin_1 (struct spu_builtin_description *d,
|
|||
if (VECTOR_MODE_P (mode)
|
||||
&& (GET_CODE (ops[i]) == CONST_INT
|
||||
|| GET_MODE_CLASS (GET_MODE (ops[i])) == MODE_INT
|
||||
|| GET_MODE_CLASS (GET_MODE (ops[i])) == MODE_FLOAT)
|
||||
&& d->parm[i] != SPU_BTI_QUADWORD)
|
||||
|| GET_MODE_CLASS (GET_MODE (ops[i])) == MODE_FLOAT))
|
||||
{
|
||||
if (GET_CODE (ops[i]) == CONST_INT)
|
||||
ops[i] = spu_const (mode, INTVAL (ops[i]));
|
||||
|
|
Loading…
Add table
Reference in a new issue