llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in the...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:24:04 +0000 (01:24 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:24:04 +0000 (01:24 +0000)
/// \param StringIndexMap [out] - Map from symbol names to offsets in the string table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171010 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCMachObjectWriter.h

index 2ddde0b68a7778c797e93f49839ef438b5e90778..3cd278e7c04a9c3bf4a0e656fc77a3ed90e7b369 100644 (file)
@@ -237,8 +237,6 @@ public:
   /// 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,