revert another accidental check-in

From-SVN: r136655
This commit is contained in:
Sa Liu 2008-06-11 08:34:50 +00:00
parent 01501fc82c
commit 6717c5442e

View file

@ -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]));