* sanopt.c (sanopt_optimize_walker): Remove unused variables.

From-SVN: r217100
This commit is contained in:
Marek Polacek 2014-11-04 19:59:35 +00:00 committed by Marek Polacek
parent 06cefae97e
commit 673fade339
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2014-11-04 Marek Polacek <polacek@redhat.com>
* sanopt.c (sanopt_optimize_walker): Remove unused variables.
2014-11-04 Marek Polacek <polacek@redhat.com>
* Makefile.in (OBJS): Add sanopt.o.

View File

@ -117,9 +117,6 @@ sanopt_optimize_walker (basic_block bb, struct sanopt_ctx *ctx)
for this pointer. Perhaps we can drop this one.
But only if this check doesn't specify stricter
alignment. */
int i;
gimple g;
while (!v.is_empty ())
{
gimple g = v.last ();