mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-18 16:03:17 +00:00
Clean up comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114550 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3724945025
commit
1b935a3d2e
@ -1335,10 +1335,10 @@ void ARMAsmPrinter::EmitEndOfAsmFile(Module &M) {
|
||||
else
|
||||
// Internal to current translation unit.
|
||||
//
|
||||
// When we place the LSDA into the TEXT section, the type info pointers
|
||||
// need to be indirect and pc-rel. We accomplish this by using NLPs.
|
||||
// However, sometimes the types are local to the file. So we need to
|
||||
// fill in the value for the NLP in those cases.
|
||||
// When we place the LSDA into the TEXT section, the type info
|
||||
// pointers need to be indirect and pc-rel. We accomplish this by
|
||||
// using NLPs; however, sometimes the types are local to the file.
|
||||
// We need to fill in the value for the NLP in those cases.
|
||||
OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
|
||||
OutContext),
|
||||
4/*size*/, 0/*addrspace*/);
|
||||
|
Loading…
x
Reference in New Issue
Block a user