Commit 699ae4b5 by Chung-Lin Tang Committed by Chung-Lin Tang

xtensa.c (xtensa_expand_builtin): Remove unused 'arg' variable.

2012-10-21  Chung-Lin Tang  <cltang@codesourcery.com>

	* config/xtensa/xtensa.c (xtensa_expand_builtin): Remove unused 'arg'
	variable.

From-SVN: r192648
parent 836e9385
2012-10-21 Chung-Lin Tang <cltang@codesourcery.com>
* config/xtensa/xtensa.c (xtensa_expand_builtin): Remove unused 'arg'
variable.
2012-10-20 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/54315
......@@ -3133,7 +3133,6 @@ xtensa_expand_builtin (tree exp, rtx target,
{
tree fndecl = TREE_OPERAND (CALL_EXPR_FN (exp), 0);
unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
rtx arg;
switch (fcode)
{
......
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