[llvm] r226890 - Prune an out-of-date \param since r226476. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Thu Jan 22 17:05:12 PST 2015


Author: chapuni
Date: Thu Jan 22 19:05:12 2015
New Revision: 226890

URL: http://llvm.org/viewvc/llvm-project?rev=226890&view=rev
Log:
Prune an out-of-date \param since r226476. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/CodeGen/AsmPrinter.h

Modified: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/AsmPrinter.h?rev=226890&r1=226889&r2=226890&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Thu Jan 22 19:05:12 2015
@@ -430,7 +430,6 @@ public:
                            unsigned PieceOffset = 0) const;
 
   /// EmitDwarfRegOp - Emit a dwarf register operation.
-  /// \param Indirect   whether this is a register-indirect address
   virtual void EmitDwarfRegOp(ByteStreamer &BS,
                               const MachineLocation &MLoc) const;
 





More information about the llvm-commits mailing list