Re: [PATCH GCC][3/6]Delete unnecessary function live_merge_and_clear

2018-05-11 Thread Richard Biener
On Fri, May 4, 2018 at 6:22 PM, Bin Cheng wrote: > HI, > This is an obvious patch removing the unnecessary function. > > Bootstrap and test on x86_64 and AArch64 ongoing. Is it OK? OK. Richard. > Thanks, > bin > 2018-04-27 Bin Cheng > > * tree-ssa-live.h (live_merge_and_clear): Dele

[PATCH GCC][3/6]Delete unnecessary function live_merge_and_clear

2018-05-04 Thread Bin Cheng
HI, This is an obvious patch removing the unnecessary function. Bootstrap and test on x86_64 and AArch64 ongoing. Is it OK? Thanks, bin 2018-04-27 Bin Cheng * tree-ssa-live.h (live_merge_and_clear): Delete.From ba6e47da7faba9a31c776a6d06ef052b1ed392a8 Mon Sep 17 00:00:00 2001 From: B