On 4/26/24 11:25 PM, Andrew Pinski wrote:
This is a small cleanup of loop_versioning where m_nloops
is only used in the constructor so we can remove the whole
field.

Bootstrapped and tested on x86_64-linux-gnu.

gcc/ChangeLog:

        * gimple-loop-versioning.cc (loop_versioning): Remove m_nloops field.
        (loop_versioning::loop_versioning): Remove initialization of
        m_nloops field and move it to be a local variable.
        (loop_versioning::analyze_blocks): Fix formating.
OK. But consider holding off on the commit for a bit to make cherry-picking to the release branch easier.

jeff

Reply via email to