mirror of git://gcc.gnu.org/git/gcc.git
* sanopt.c (sanopt_optimize_walker): Remove unused variables.
From-SVN: r217100
This commit is contained in:
parent
06cefae97e
commit
673fade339
|
|
@ -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>
|
2014-11-04 Marek Polacek <polacek@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (OBJS): Add sanopt.o.
|
* Makefile.in (OBJS): Add sanopt.o.
|
||||||
|
|
|
||||||
|
|
@ -117,9 +117,6 @@ sanopt_optimize_walker (basic_block bb, struct sanopt_ctx *ctx)
|
||||||
for this pointer. Perhaps we can drop this one.
|
for this pointer. Perhaps we can drop this one.
|
||||||
But only if this check doesn't specify stricter
|
But only if this check doesn't specify stricter
|
||||||
alignment. */
|
alignment. */
|
||||||
int i;
|
|
||||||
gimple g;
|
|
||||||
|
|
||||||
while (!v.is_empty ())
|
while (!v.is_empty ())
|
||||||
{
|
{
|
||||||
gimple g = v.last ();
|
gimple g = v.last ();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue