summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-22 16:45:13 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-22 16:45:13 +0000
commit1b935a3d2e2619c7de2488163fc1501285b53fa3 (patch)
treef19424ce60f226892f1e26ee43513cebda509bc1 /lib
parent3724945025b3c09a0961575f6afc1e82210b5dcd (diff)
downloadllvm-1b935a3d2e2619c7de2488163fc1501285b53fa3.tar.gz
llvm-1b935a3d2e2619c7de2488163fc1501285b53fa3.tar.bz2
llvm-1b935a3d2e2619c7de2488163fc1501285b53fa3.tar.xz
Clean up comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMAsmPrinter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/ARM/ARMAsmPrinter.cpp b/lib/Target/ARM/ARMAsmPrinter.cpp
index 761f0e8c8f..f8f9e37da6 100644
--- a/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -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*/);