MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 5 Nov 2015 05:47:46 +0000 (05:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 5 Nov 2015 05:47:46 +0000 (05:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252148 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCStreamer.h

index 5b4f07240b0c5467fe6c6e77b0cca191bd9dc9e6..67e244201131ce034cf60ee00b8fe6989dce7f37 100644 (file)
@@ -611,7 +611,6 @@ public:
   /// \param Offset - The offset to reach. This may be an expression, but the
   /// expression must be associated with the current section.
   /// \param Value - The value to use when filling bytes.
-  /// \return false on success, true if the offset was invalid.
   virtual void emitValueToOffset(const MCExpr *Offset, unsigned char Value = 0);
 
   /// @}