Commit a195e177 by Jeff Law Committed by Jeff Law

arc-common.c (arc_handle_option): Remove unused variables.

        * common/config/arc/arc-common.c (arc_handle_option): Remove unused
        variables.

From-SVN: r242994
parent 48855443
2016-11-29 Jeff Law <law@redhat.com>
* common/config/arc/arc-common.c (arc_handle_option): Remove unused
variables.
* lra-constraints.c (check_and_process_move): Constrain the
range of DCLASS and SCLASS to avoid false positive out of bounds
array index warning.
......@@ -69,9 +69,7 @@ arc_handle_option (struct gcc_options *opts,
{
size_t code = decoded->opt_index;
int value = decoded->value;
const char *arg = decoded->arg;
static int mcpu_seen = PROCESSOR_NONE;
char *p;
switch (code)
{
......
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