[NFC] Fix typo in statistic description
authorMax Kazantsev <mkazantsev@azul.com>
Tue, 11 Apr 2023 06:27:48 +0000 (13:27 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Tue, 11 Apr 2023 07:18:53 +0000 (14:18 +0700)
llvm/lib/Transforms/Scalar/LICM.cpp

index bb450b2..34b3c1a 100644 (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>