aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChung-Lin Tang <cltang@codesourcery.com>2012-10-21 06:08:23 +0000
committerChung-Lin Tang <cltang@gcc.gnu.org>2012-10-21 06:08:23 +0000
commit699ae4b58550cf88c77e4654567328d3ab9d2234 (patch)
treec801d9a0af78672cbbc6c9071c75edf3693427e3
parent836e938574b07ef0665edbed2fff7d2be45d29c3 (diff)
downloadgcc-699ae4b58550cf88c77e4654567328d3ab9d2234.zip
gcc-699ae4b58550cf88c77e4654567328d3ab9d2234.tar.gz
gcc-699ae4b58550cf88c77e4654567328d3ab9d2234.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/xtensa/xtensa.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7a1aff9..01c3d9a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/gcc/config/xtensa/xtensa.c b/gcc/config/xtensa/xtensa.c
index 451a074..dba8c41 100644
--- a/gcc/config/xtensa/xtensa.c
+++ b/gcc/config/xtensa/xtensa.c
@@ -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)
{