Re: [PATCH] phiopt: Remove candorest variable return instead

2024-10-10 Thread Richard Biener
> Am 10.10.2024 um 17:23 schrieb Andrew Pinski : > > After r15-3560-gb081e6c860eb9688d24365d39, the setting of candorest > with the break can just change to a return since this is inside a lambda now. > > Bootstrapped and tested on x86_64-linux-gnu. Ok Richard > gcc/ChangeLog: > >* t

[PATCH] phiopt: Remove candorest variable return instead

2024-10-10 Thread Andrew Pinski
After r15-3560-gb081e6c860eb9688d24365d39, the setting of candorest with the break can just change to a return since this is inside a lambda now. Bootstrapped and tested on x86_64-linux-gnu. gcc/ChangeLog: * tree-ssa-phiopt.cc (pass_phiopt::execute): Remove candorest and return i