PR target/48897
* config/mn10300/mn10300.c (extract_bundle): Remove spurious local
variable 's'.
From-SVN: r173559
+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...
extract_bundle (rtx insn, struct liw_data * pdata)
{
bool allow_consts = true;
- rtx p,s;
+ rtx p;
gcc_assert (pdata != NULL);
pdata->op = get_attr_liw_op (insn);
- s = SET_SRC (p);
-
switch (pdata->op)
{
case LIW_OP_MOV: