diff options
author | saliu <saliu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 06:55:31 +0000 |
---|---|---|
committer | saliu <saliu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 06:55:31 +0000 |
commit | c4ecce0c89a8aeff98bc2164eff72b69bc438037 (patch) | |
tree | 52f246141710a2f14c9ae4f90806a41e610a3cc6 | |
parent | e377c26aa72075f9acd90454a4e88b7a380afcbd (diff) | |
download | gcc-c4ecce0c89a8aeff98bc2164eff72b69bc438037.tar.gz |
Revert the accidental check-in that casued build error on SPU.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136653 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/spu/spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c index b944a00e5bf..668d9692af6 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -4479,7 +4479,7 @@ spu_init_builtins (void) unsigned_V4SI_type_node = build_vector_type (unsigned_intSI_type_node, 4); unsigned_V2DI_type_node = build_vector_type (unsigned_intDI_type_node, 2); - spu_builtin_types[SPU_BTI_QUADWORD] = intTI_type_node; + spu_builtin_types[SPU_BTI_QUADWORD] = V16QI_type_node; spu_builtin_types[SPU_BTI_7] = global_trees[TI_INTSI_TYPE]; spu_builtin_types[SPU_BTI_S7] = global_trees[TI_INTSI_TYPE]; |