aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGenPrepare.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/CodeGenPrepare.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/CodeGenPrepare.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGenPrepare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 5c712e4..ba1b10e 100644
--- a/llvm/lib/CodeGen/CodeGenPrepare.cpp
+++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -152,7 +152,7 @@ static cl::opt<bool>
static cl::opt<bool>
EnableAndCmpSinking("enable-andcmp-sinking", cl::Hidden, cl::init(true),
- cl::desc("Enable sinkinig and/cmp into branches."));
+ cl::desc("Enable sinking and/cmp into branches."));
static cl::opt<bool> DisableStoreExtract(
"disable-cgp-store-extract", cl::Hidden, cl::init(false),