diff options
author | Ryan Mansfield <ryan_mansfield@apple.com> | 2025-01-08 05:07:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 11:07:23 +0100 |
commit | 67efbd0bf1b2df8a479e09eb2be7db4c3c892f2c (patch) | |
tree | d71ceda971249e9578daf77776a9b811ebf7ac9a /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 303249c4490a7777a744d9afd449b64ff1132a42 (diff) | |
download | llvm-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.cpp | 2 |
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), |