[llvm-commits] [llvm] r171010 - /llvm/trunk/include/llvm/MC/MCMachObjectWriter.h

NAKAMURA Takumi geek4civic at gmail.com
Sun Dec 23 17:24:05 PST 2012


Author: chapuni
Date: Sun Dec 23 19:24:04 2012
New Revision: 171010

URL: http://llvm.org/viewvc/llvm-project?rev=171010&view=rev
Log:
llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in the comment. [-Wdocumentation]

/// \param StringIndexMap [out] - Map from symbol names to offsets in the string table.

Modified:
    llvm/trunk/include/llvm/MC/MCMachObjectWriter.h

Modified: llvm/trunk/include/llvm/MC/MCMachObjectWriter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCMachObjectWriter.h?rev=171010&r1=171009&r2=171010&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCMachObjectWriter.h (original)
+++ llvm/trunk/include/llvm/MC/MCMachObjectWriter.h Sun Dec 23 19:24:04 2012
@@ -237,8 +237,6 @@
   /// ComputeSymbolTable - Compute the symbol table data
   ///
   /// \param StringTable [out] - The string table data.
-  /// \param StringIndexMap [out] - Map from symbol names to offsets in the
-  /// string table.
   void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
                           std::vector<MachSymbolData> &LocalSymbolData,
                           std::vector<MachSymbolData> &ExternalSymbolData,





More information about the llvm-commits mailing list