Re: [PATCH] Fix some nits in clear_unused_block_pointer

2012-09-26 Thread Ian Lance Taylor
On Wed, Sep 26, 2012 at 12:46 PM, Dehao Chen wrote: > This patch fixes some small nits. > > Bootstrapped and passed gcc regression tests. > > Is it ok for trunk? > > Thanks, > Dehao > > gcc/ChangeLog: > > 2012-09-26 Dehao Chen > > * tree-ssa-live.c (clear_unused_block_pointer): Fix two small ni

[PATCH] Fix some nits in clear_unused_block_pointer

2012-09-26 Thread Dehao Chen
This patch fixes some small nits. Bootstrapped and passed gcc regression tests. Is it ok for trunk? Thanks, Dehao gcc/ChangeLog: 2012-09-26 Dehao Chen * tree-ssa-live.c (clear_unused_block_pointer): Fix two small nits. Index: gcc/tree-ssa-live.c ===