Hi! Found a comment typo, fixed as obvious.
Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk. 2024-09-24 Jakub Jelinek <ja...@redhat.com> * config/i386/i386-expand.cc (ix86_expand_round_builtin): Fix comment typo, insead -> instead. --- gcc/config/i386/i386-expand.cc.jj 2024-09-20 08:57:02.496083163 +0200 +++ gcc/config/i386/i386-expand.cc 2024-09-23 11:01:14.128079764 +0200 @@ -12748,7 +12748,7 @@ ix86_expand_round_builtin (const struct /* Skip erasing embedded rounding for below expanders who generates multiple insns. In ix86_erase_embedded_rounding the pattern will be transformed to a single set, and emit_insn - appends the set insead of insert it to chain. So the insns + appends the set instead of insert it to chain. So the insns emitted inside define_expander would be ignored. */ switch (icode) { Jakub