Re: [PATCH]Remove duplicate check on BRANCH_COST in fold-const.c

2012-07-26 Thread Richard Earnshaw
On 26/07/12 11:27, Andrew Pinski wrote: > On Thu, Jul 26, 2012 at 3:20 AM, Bin Cheng wrote: >> Hi, >> This patch removes the duplicate check on BRANCH_COST in fold_truth_andor. >> The BRANCH_COST condition removed is a duplicate of the default definition >> of LOGICAL_OP_NON_SHORT_CIRCUIT. >> All

Re: [PATCH]Remove duplicate check on BRANCH_COST in fold-const.c

2012-07-26 Thread Andrew Pinski
On Thu, Jul 26, 2012 at 3:20 AM, Bin Cheng wrote: > Hi, > This patch removes the duplicate check on BRANCH_COST in fold_truth_andor. > The BRANCH_COST condition removed is a duplicate of the default definition > of LOGICAL_OP_NON_SHORT_CIRCUIT. > All current targets (mips and rs6000) that provide