OSDN Git Service

MC: Prune \return corresponding to r239552. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Jun 2015 23:04:56 +0000 (23:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Jun 2015 23:04:56 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239571 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCStreamer.h

index 131da07..ce1fc80 100644 (file)
@@ -135,7 +135,6 @@ public:
   /// data fragment.  Otherwise, do nothing and return \c false.
   ///
   /// \pre Offset of \c Hi is greater than the offset \c Lo.
-  /// \return true on success.
   void emitAbsoluteSymbolDiff(const MCSymbol *Hi, const MCSymbol *Lo,
                               unsigned Size) override;
 
index 4dd53df..28bf53b 100644 (file)
@@ -639,7 +639,6 @@ public:
   /// Emit the absolute difference between two symbols.
   ///
   /// \pre Offset of \c Hi is greater than the offset \c Lo.
-  /// \return true on success.
   virtual void emitAbsoluteSymbolDiff(const MCSymbol *Hi, const MCSymbol *Lo,
                                       unsigned Size);