summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-03 02:55:14 +0000
committerDan Gohman <gohman@apple.com>2009-03-03 02:55:14 +0000
commit92b551bc2b7efb14811ef01aa52f807fb5fb6ef1 (patch)
tree10f3d1d182346afc3163e36cac000510cb859541 /llvm/lib/Target/ARM
parent4c8a5817a5a79658797894d996ec1d53573a59c9 (diff)
downloadbcm5719-llvm-92b551bc2b7efb14811ef01aa52f807fb5fb6ef1.tar.gz
bcm5719-llvm-92b551bc2b7efb14811ef01aa52f807fb5fb6ef1.zip
Fix a bunch of Doxygen syntax issues. Escape special characters,
and put @file directives on their own comment line. llvm-svn: 65920
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
index 2f1da52f2d2..969b8face44 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
@@ -799,7 +799,7 @@ bool ARMAsmPrinter::doInitialization(Module &M) {
}
/// PrintUnmangledNameSafely - Print out the printable characters in the name.
-/// Don't print things like \n or \0.
+/// Don't print things like \\n or \\0.
static void PrintUnmangledNameSafely(const Value *V, raw_ostream &OS) {
for (const char *Name = V->getNameStart(), *E = Name+V->getNameLen();
Name != E; ++Name)
OpenPOWER on IntegriCloud