[llvm] f830392 - Correct spelling error in TLS-Load-Hoist
    Xiang1 Zhang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Apr  3 17:28:22 PDT 2022
    
    
  
Author: Xiang1 Zhang
Date: 2022-04-04T08:27:54+08:00
New Revision: f830392be7480f5e75760b2cbb17a45b4c8cb939
URL: https://github.com/llvm/llvm-project/commit/f830392be7480f5e75760b2cbb17a45b4c8cb939
DIFF: https://github.com/llvm/llvm-project/commit/f830392be7480f5e75760b2cbb17a45b4c8cb939.diff
LOG: Correct spelling error in TLS-Load-Hoist
Added: 
    
Modified: 
    llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp
Removed: 
    
################################################################################
diff  --git a/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp b/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp
index 2411344c69143..16b3483f9687f 100644
--- a/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp
+++ b/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp
@@ -42,7 +42,7 @@ using namespace tlshoist;
 
 static cl::opt<bool> TLSLoadHoist(
     "tls-load-hoist", cl::init(false), cl::Hidden,
-    cl::desc("hoist the TLS loads in PIC model to eleminate redundant "
+    cl::desc("hoist the TLS loads in PIC model to eliminate redundant "
              "TLS address calculation."));
 
 namespace {
        
    
    
More information about the llvm-commits
mailing list