aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
diff options
context:
space:
mode:
authorRyan Mansfield <ryan_mansfield@apple.com>2025-01-08 05:07:23 -0500
committerGitHub <noreply@github.com>2025-01-08 11:07:23 +0100
commit67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c (patch)
treed71ceda971249e9578daf77776a9b811ebf7ac9a /llvm/lib/CodeGen/MachineBlockPlacement.cpp
parent303249c4490a7777a744d9afd449b64ff1132a42 (diff)
downloadllvm-67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c.zip
llvm-67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c.tar.gz
llvm-67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c.tar.bz2
[LLVM] Fix various cl::desc typos and whitespace issues (NFC) (#121955)
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineBlockPlacement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp
index 0f68313..05bc4cf 100644
--- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp
+++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp
@@ -149,7 +149,7 @@ static cl::opt<unsigned> JumpInstCost("jump-inst-cost",
static cl::opt<bool>
TailDupPlacement("tail-dup-placement",
cl::desc("Perform tail duplication during placement. "
- "Creates more fallthrough opportunites in "
+ "Creates more fallthrough opportunities in "
"outline branches."),
cl::init(true), cl::Hidden);