projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec44710
)
MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 2 Sep 2015 16:21:27 +0000
(16:21 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 2 Sep 2015 16:21:27 +0000
(16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246664
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCAssembler.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCAssembler.h
b/include/llvm/MC/MCAssembler.h
index eec9d1ecb1ca119c3b1ab0837fd01ebf6c20aec3..1a1008c8928fadcd5e3e48f8f3d0652fa2a82d66 100644
(file)
--- a/
include/llvm/MC/MCAssembler.h
+++ b/
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