[NFC] Fix typo in statistic description

This commit is contained in:
Max Kazantsev 2023-04-11 13:27:48 +07:00
parent e5dc4dbe87
commit cd24665f13

View File

@ -104,7 +104,7 @@ STATISTIC(NumPromotionCandidates, "Number of promotion candidates");
STATISTIC(NumLoadPromoted, "Number of load-only promotions");
STATISTIC(NumLoadStorePromoted, "Number of load and store promotions");
STATISTIC(NumMinMaxHoisted,
"Number min/max expressions hoisted out of the loop");
"Number of min/max expressions hoisted out of the loop");
/// Memory promotion is enabled by default.
static cl::opt<bool>