Commit 128ccfb0 by Ben Elliston Committed by Ben Elliston

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
parent da4c6ed8
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> 2006-12-20 Jan Hubicka <jh@suse.cz>
* tree-dfa.c (add_referenced_var): Walk initializers of * tree-dfa.c (add_referenced_var): Walk initializers of
......
...@@ -5005,7 +5005,6 @@ spu_expand_builtin (tree exp, ...@@ -5005,7 +5005,6 @@ spu_expand_builtin (tree exp,
static tree static tree
spu_builtin_mul_widen_even (tree type) spu_builtin_mul_widen_even (tree type)
{ {
struct spu_builtin_description *d;
switch (TYPE_MODE (type)) switch (TYPE_MODE (type))
{ {
case V8HImode: case V8HImode:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment