Hi! During reading of this file I've noticed a typo in the comment, which this patch fixes.
Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk as obvious. 2025-02-27 Jakub Jelinek <ja...@redhat.com> * gimple-range-phi.cc (phi_analyzer::process_phi): Fix comment typo, dpoesn;t -> doesn't. --- gcc/gimple-range-phi.cc.jj 2025-01-02 11:23:32.784289758 +0100 +++ gcc/gimple-range-phi.cc 2025-02-26 17:33:10.539432633 +0100 @@ -483,7 +483,7 @@ phi_analyzer::process_phi (gphi *phi) } } } - // If this dpoesn;t form a group, all members are instead simple phis. + // If this doesn't form a group, all members are instead simple phis. if (!g) { bitmap_ior_into (m_simple, m_current); Jakub