summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-02 16:21:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-02 16:21:27 +0000
commitaf0beb0a5cafde78b2192ca43b54bc9df5ee93ef (patch)
tree8fe2a5d1442ce6dcfae2ad17a1b8651bc2b7693c
parentec3e5d6fd87862eb77a2b0320d79b9a4427d39df (diff)
downloadbcm5719-llvm-af0beb0a5cafde78b2192ca43b54bc9df5ee93ef.tar.gz
bcm5719-llvm-af0beb0a5cafde78b2192ca43b54bc9df5ee93ef.zip
MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
llvm-svn: 246664
-rw-r--r--llvm/include/llvm/MC/MCAssembler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/MC/MCAssembler.h b/llvm/include/llvm/MC/MCAssembler.h
index eec9d1ecb1c..1a1008c8928 100644
--- a/llvm/include/llvm/MC/MCAssembler.h
+++ b/llvm/include/llvm/MC/MCAssembler.h
@@ -713,8 +713,6 @@ public:
public:
/// Construct a new assembler instance.
- ///
- /// \param OS The stream to output to.
//
// FIXME: How are we going to parameterize this? Two obvious options are stay
// concrete and require clients to pass in a target like object. The other
OpenPOWER on IntegriCloud