We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9395640 commit 30cf441Copy full SHA for 30cf441
llvm/lib/IR/Globals.cpp
@@ -111,7 +111,7 @@ bool GlobalValue::isInterposable() const {
111
112
bool GlobalValue::canBenefitFromLocalAlias() const {
113
if (isTagged()) {
114
- // Cannot create local aliases to MTE tagged globals. Th address of a
+ // Cannot create local aliases to MTE tagged globals. The address of a
115
// tagged global includes a tag that is assigned by the loader in the
116
// GOT.
117
return false;
0 commit comments