From: H.J. Lu Date: Mon, 2 Dec 2024 05:10:46 +0000 (+0800) Subject: x86: Correct comments for pass_apx_nf_convert X-Git-Tag: basepoints/gcc-16~3695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4dd0075aa998d522edd0da552d60a942eaae78a;p=thirdparty%2Fgcc.git x86: Correct comments for pass_apx_nf_convert Change pass_rpad to pass_apx_nf_convert in pass_apx_nf_convert comments. * config/i386/i386-features.cc (pass_apx_nf_convert): Change pass_rpad to pass_apx_nf_convert in comments. Signed-off-by: H.J. Lu --- diff --git a/gcc/config/i386/i386-features.cc b/gcc/config/i386/i386-features.cc index 003b003e09c1..814c233e95d3 100644 --- a/gcc/config/i386/i386-features.cc +++ b/gcc/config/i386/i386-features.cc @@ -3440,7 +3440,7 @@ public: { return ix86_apx_nf_convert (); } -}; // class pass_rpad +}; // class pass_apx_nf_convert } // anon namespace