[llvm] r207384 - CodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Sun Apr 27 16:57:57 PDT 2014


Author: chapuni
Date: Sun Apr 27 18:57:57 2014
New Revision: 207384

URL: http://llvm.org/viewvc/llvm-project?rev=207384&view=rev
Log:
CodeGen/AsmPrinter.h: Fix \param in r207369. [-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=207384&r1=207383&r2=207384&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Sun Apr 27 18:57:57 2014
@@ -432,8 +432,8 @@ namespace llvm {
 
     /// \brief Emit a partial DWARF register operation.
     /// \param MLoc             the register
-    /// \param PieceSizeInBits  size and
-    /// \param PieceOffsetBits  offset of the piece in bits, if this is one
+    /// \param PieceSize        size and
+    /// \param PieceOffset      offset of the piece in bits, if this is one
     ///                         piece of an aggregate value.
     ///
     /// If size and offset is zero an operation for the entire





More information about the llvm-commits mailing list