Re: [PATCH GCC]Cleanup tree ifcvt by renaming any_mask_load_store.

2016-04-26 Thread Richard Biener
On Mon, Apr 25, 2016 at 6:53 PM, Bin Cheng wrote: > Hi, > This is a simple patch for tree ifcvt. It renames variable > any_mask_load_store to any_pred_load_store, as well as makes the variable > visible in file scope. First rationale is name of that variable is confusing > with masked load st

[PATCH GCC]Cleanup tree ifcvt by renaming any_mask_load_store.

2016-04-25 Thread Bin Cheng
Hi, This is a simple patch for tree ifcvt. It renames variable any_mask_load_store to any_pred_load_store, as well as makes the variable visible in file scope. First rationale is name of that variable is confusing with masked load store. In fact, it also covers cases in which data race store