diff options
| author | Dan Gohman <gohman@apple.com> | 2009-03-03 02:55:14 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-03-03 02:55:14 +0000 |
| commit | 92b551bc2b7efb14811ef01aa52f807fb5fb6ef1 (patch) | |
| tree | 10f3d1d182346afc3163e36cac000510cb859541 /llvm/lib/Target/PowerPC | |
| parent | 4c8a5817a5a79658797894d996ec1d53573a59c9 (diff) | |
| download | bcm5719-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/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp index cc0efa8fd31..57a2697112a 100644 --- a/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp +++ b/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp @@ -657,7 +657,7 @@ bool PPCLinuxAsmPrinter::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) diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp index 01f175b5c12..6647d79c2da 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp @@ -467,9 +467,9 @@ unsigned findScratchRegister(MachineBasicBlock::iterator II, RegScavenger *RS, /// lowerDynamicAlloc - Generate the code for allocating an object in the /// current frame. The sequence of code with be in the general form /// -/// addi R0, SP, #frameSize ; get the address of the previous frame +/// addi R0, SP, \#frameSize ; get the address of the previous frame /// stwxu R0, SP, Rnegsize ; add and update the SP with the negated size -/// addi Rnew, SP, #maxCalFrameSize ; get the top of the allocation +/// addi Rnew, SP, \#maxCalFrameSize ; get the top of the allocation /// void PPCRegisterInfo::lowerDynamicAlloc(MachineBasicBlock::iterator II, int SPAdj, RegScavenger *RS) const { |

