summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit754e1efffc5cac21daa82f3c7ce8041d36786c08 (patch)
tree12cace7f779b5b14c5e7095f4c09609773fee863 /llvm/lib
parent7740412f2be16aae3573a47c67b34a9f907d6cb7 (diff)
downloadbcm5719-llvm-754e1efffc5cac21daa82f3c7ce8041d36786c08.tar.gz
bcm5719-llvm-754e1efffc5cac21daa82f3c7ce8041d36786c08.zip
Clean up comment.
llvm-svn: 114550
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
index 761f0e8c8fd..f8f9e37da64 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/llvm/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*/);
OpenPOWER on IntegriCloud