Skip to content

Commit 1a95e93

Browse files
Ting WangTing Wang
Ting Wang
authored and
Ting Wang
committed
[NFC] update comments
1 parent 3dde56f commit 1a95e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ namespace {
217217
}
218218
}
219219

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
220+
// Check the two nodes that loaded from the TOC: one should be
221+
// "_$TLSML", and the other will be moved before the node that
222222
// uses the OutReg of the .__tls_get_mod node.
223223
if (LoadFromTocs.size() == 2) {
224224
MachineBasicBlock::iterator TLSMLIter = MBB.end();

0 commit comments

Comments
 (0)