summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-11 23:04:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-11 23:04:56 +0000
commitc974a9e50d3a5159ca6552a77eec8cc7491563d6 (patch)
tree737570d7fe616ed70250b4c68f9162c1945e76a5
parentaf30e783578952c3ff8cab72d9656a83963eb7b0 (diff)
downloadbcm5719-llvm-c974a9e50d3a5159ca6552a77eec8cc7491563d6.tar.gz
bcm5719-llvm-c974a9e50d3a5159ca6552a77eec8cc7491563d6.zip
MC: Prune \return corresponding to r239552. [-Wdocumentation]
llvm-svn: 239571
-rw-r--r--llvm/include/llvm/MC/MCObjectStreamer.h1
-rw-r--r--llvm/include/llvm/MC/MCStreamer.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/MC/MCObjectStreamer.h b/llvm/include/llvm/MC/MCObjectStreamer.h
index 131da07c23a..ce1fc80f2cf 100644
--- a/llvm/include/llvm/MC/MCObjectStreamer.h
+++ b/llvm/include/llvm/MC/MCObjectStreamer.h
@@ -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;
diff --git a/llvm/include/llvm/MC/MCStreamer.h b/llvm/include/llvm/MC/MCStreamer.h
index 4dd53df25ec..28bf53b5e78 100644
--- a/llvm/include/llvm/MC/MCStreamer.h
+++ b/llvm/include/llvm/MC/MCStreamer.h
@@ -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);
OpenPOWER on IntegriCloud