Correct spelling error in TLS-Load-Hoist
authorXiang1 Zhang <xiang1.zhang@intel.com>
Mon, 4 Apr 2022 00:27:28 +0000 (08:27 +0800)
committerXiang1 Zhang <xiang1.zhang@intel.com>
Mon, 4 Apr 2022 00:27:54 +0000 (08:27 +0800)
llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp

index 2411344..16b3483 100644 (file)
@@ -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 {