From f830392be7480f5e75760b2cbb17a45b4c8cb939 Mon Sep 17 00:00:00 2001 From: Xiang1 Zhang Date: Mon, 4 Apr 2022 08:27:28 +0800 Subject: [PATCH] Correct spelling error in TLS-Load-Hoist --- llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp b/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp index 2411344..16b3483 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 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 { -- 2.7.4