mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 10:30:34 +08:00
spu.c (spu_builtin_mul_widen_even): Remove unused local variable `d'.
* config/spu/spu.c (spu_builtin_mul_widen_even): Remove unused local variable `d'. From-SVN: r120100
This commit is contained in:
parent
da4c6ed815
commit
128ccfb078
@ -1,3 +1,8 @@
|
||||
2006-12-21 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* config/spu/spu.c (spu_builtin_mul_widen_even): Remove unused
|
||||
local variable `d'.
|
||||
|
||||
2006-12-20 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* tree-dfa.c (add_referenced_var): Walk initializers of
|
||||
|
@ -5005,7 +5005,6 @@ spu_expand_builtin (tree exp,
|
||||
static tree
|
||||
spu_builtin_mul_widen_even (tree type)
|
||||
{
|
||||
struct spu_builtin_description *d;
|
||||
switch (TYPE_MODE (type))
|
||||
{
|
||||
case V8HImode:
|
||||
|
Loading…
x
Reference in New Issue
Block a user