On 7 April 2016 at 19:11, Marek Polacek wrote:
> On Thu, Apr 07, 2016 at 07:05:09PM +0530, Prathamesh Kulkarni wrote:
>> Hi,
>> This is a silly patch that moves the following assignments outside
>> if-else conditionals,
>> refs_node = node;
>> last_visited_node++;
>> resulting in empty else block.
On Thu, Apr 07, 2016 at 07:05:09PM +0530, Prathamesh Kulkarni wrote:
> Hi,
> This is a silly patch that moves the following assignments outside
> if-else conditionals,
> refs_node = node;
> last_visited_node++;
> resulting in empty else block.
> OK for trunk ?
>
> Thanks,
> Prathamesh
> diff --gi
Hi,
This is a silly patch that moves the following assignments outside
if-else conditionals,
refs_node = node;
last_visited_node++;
resulting in empty else block.
OK for trunk ?
Thanks,
Prathamesh
diff --git a/gcc/lto/lto-partition.c b/gcc/lto/lto-partition.c
index 9eb63c2..dca59af 100644
--- a/gc