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 3dde56f commit 1a95e93Copy full SHA for 1a95e93
llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
@@ -217,8 +217,8 @@ namespace {
217
}
218
219
220
- // Check the two nodes that load from the TOC: one should be
221
- // _$TLSML, and the other will be moved before the node that
+ // Check the two nodes that loaded from the TOC: one should be
+ // "_$TLSML", and the other will be moved before the node that
222
// uses the OutReg of the .__tls_get_mod node.
223
if (LoadFromTocs.size() == 2) {
224
MachineBasicBlock::iterator TLSMLIter = MBB.end();
0 commit comments