Commit 673fade3 by Marek Polacek Committed by Marek Polacek

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

From-SVN: r217100
parent 06cefae9
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.
(GTFILES): Add sanopt.c.
* asan.h (asan_expand_check_ifn): Declare.
......@@ -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 ();
......
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