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
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue