diff options
| author | Sa Liu <saliu@gcc.gnu.org> | 2008-06-11 08:34:50 +0000 |
|---|---|---|
| committer | Sa Liu <saliu@gcc.gnu.org> | 2008-06-11 08:34:50 +0000 |
| commit | 6717c5442ef81a7242e3ae1bd9f9274ab688ea2f (patch) | |
| tree | 3ddec7e31fc6e1bc5d067ae30db49e848c713f53 | |
| parent | 01501fc82cfc15d61e577b88295734f684e939c9 (diff) | |
| download | gcc-6717c5442ef81a7242e3ae1bd9f9274ab688ea2f.zip gcc-6717c5442ef81a7242e3ae1bd9f9274ab688ea2f.tar.gz gcc-6717c5442ef81a7242e3ae1bd9f9274ab688ea2f.tar.bz2 | |
revert another accidental check-in
From-SVN: r136655
| -rw-r--r-- | gcc/config/spu/spu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c index 668d969..3fb339d 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -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])); |
