Skip to content

Commit

Permalink
Correct spelling error in TLS-Load-Hoist
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangzh1 committed Apr 4, 2022
1 parent 872f700 commit f830392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit f830392

Please sign in to comment.