On Tue, Jun 27, 2017 at 12:48 PM, Bin Cheng <bin.ch...@arm.com> wrote: > Hi, > This simple patch removes interface initialize_root. It's simple enough and > called only once. > Bootstrap(O2/O3) in patch series on x86_64 and AArch64. Is it OK?
Ok. > Thanks, > bin > 2017-06-21 Bin Cheng <bin.ch...@arm.com> > > * tree-predcom.c (initialize_root): Delete. > (execute_pred_commoning_chain): Initialize root vars and replace > reference of non-combined chain directly, rather than call above > function.