"replacement is succeeded" doesn't look correct, this patch drops the
is.
2024-12-12 Jakub Jelinek <jakub@redhat.com>
* gimple-crc-optimization.cc (crc_optimization::optimize_crc_loop):
Comment spelling fix, is succeeded -> succeeded.
/* Attempts to optimize a CRC calculation loop by replacing it with a call to
an internal function (IFN_CRC or IFN_CRC_REV).
- Returns true if replacement is succeeded, otherwise false. */
+ Returns true if replacement succeeded, otherwise false. */
bool optimize_crc_loop (gphi *output_crc);
public:
/* Attempts to optimize a CRC calculation loop by replacing it with a call to
an internal function (IFN_CRC or IFN_CRC_REV).
- Returns true if replacement is succeeded, otherwise false. */
+ Returns true if replacement succeeded, otherwise false. */
bool
crc_optimization::optimize_crc_loop (gphi *output_crc)