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 131da07c23a876d8fa52fdf20c3e46cfb1770b46..ce1fc80f2cf2e5708b290d3c61dcc5f6789b5804 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 4dd53df25ec27b87702dd24a1e56e3c7bd16167b..28bf53b5e788963843df9aaf557f4e05c76100af 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);