projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5dc4db
)
[NFC] Fix typo in statistic description
author
Max Kazantsev
<mkazantsev@azul.com>
Tue, 11 Apr 2023 06:27:48 +0000
(13:27 +0700)
committer
Max Kazantsev
<mkazantsev@azul.com>
Tue, 11 Apr 2023 07:18:53 +0000
(14:18 +0700)
llvm/lib/Transforms/Scalar/LICM.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Scalar/LICM.cpp
b/llvm/lib/Transforms/Scalar/LICM.cpp
index
bb450b2
..
34b3c1a
100644
(file)
--- a/
llvm/lib/Transforms/Scalar/LICM.cpp
+++ b/
llvm/lib/Transforms/Scalar/LICM.cpp
@@
-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>