diff options
| author | Sa Liu <saliu@gcc.gnu.org> | 2008-06-11 06:55:31 +0000 |
|---|---|---|
| committer | Sa Liu <saliu@gcc.gnu.org> | 2008-06-11 06:55:31 +0000 |
| commit | 60c9cf8da6e48e31c522b923704eb0166e06ff69 (patch) | |
| tree | 52f246141710a2f14c9ae4f90806a41e610a3cc6 | |
| parent | 9de0e916168eb3d8853c02803ce15736164338f4 (diff) | |
| download | gcc-60c9cf8da6e48e31c522b923704eb0166e06ff69.zip gcc-60c9cf8da6e48e31c522b923704eb0166e06ff69.tar.gz gcc-60c9cf8da6e48e31c522b923704eb0166e06ff69.tar.bz2 | |
Revert the accidental check-in that casued build error on SPU.
From-SVN: r136653
| -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 b944a00..668d969 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]; |
