mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 00:21:14 +00:00
[NFC] Fix typo in statistic description
This commit is contained in:
parent
e5dc4dbe87
commit
cd24665f13
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user