re PR target/48897 (mn10300.c:extract_bundle’: error: variable ‘s’ set but not used)
authorNick Clifton <nickc@redhat.com>
Mon, 9 May 2011 08:38:50 +0000 (08:38 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 9 May 2011 08:38:50 +0000 (08:38 +0000)
PR target/48897
* config/mn10300/mn10300.c (extract_bundle): Remove spurious local
variable 's'.

From-SVN: r173559

gcc/ChangeLog
gcc/config/mn10300/mn10300.c

index b7f6d3b6f02fb8d7723ac9f5d951bfa08421e5ff..d824cff931e4a356db80af91b3120bcea2e6b7c8 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-09  Nick Clifton  <nickc@redhat.com>
+
+       PR target/48897
+       * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
+       variable 's'.
+
 2011-05-08  Chung-Lin Tang  <cltang@codesourcery.com>
 
        * combine.c (simplify_comparison): Abstract out parts into...
index 53714673ac8faa60f42312bcaf5f1eb8c3cfb164..f9052d55541b72b44388e1276c3475a766b916c3 100644 (file)
@@ -2959,7 +2959,7 @@ static bool
 extract_bundle (rtx insn, struct liw_data * pdata)
 {
   bool allow_consts = true;
-  rtx p,s;
+  rtx p;
 
   gcc_assert (pdata != NULL);
 
@@ -2977,8 +2977,6 @@ extract_bundle (rtx insn, struct liw_data * pdata)
 
   pdata->op = get_attr_liw_op (insn);
 
-  s = SET_SRC (p);
-
   switch (pdata->op)
     {
     case LIW_OP_MOV: