summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-23 16:54:08 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-23 16:54:08 +0000
commit65340a69e14f119e97ea6a68e067a8b0cd3a44df (patch)
treef4a1c3780b1d77b34765b3aa71b36c101745293a /llvm/utils
parent8e0744312b4ebfe3bac2e8d4cfedbaefab8631f4 (diff)
downloadbcm5719-llvm-65340a69e14f119e97ea6a68e067a8b0cd3a44df.tar.gz
bcm5719-llvm-65340a69e14f119e97ea6a68e067a8b0cd3a44df.zip
Fix a bunch of -Wdocumentation warnings.
llvm-svn: 162446
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/SequenceToOffsetTable.h4
-rw-r--r--llvm/utils/TableGen/X86RecognizableInstr.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/SequenceToOffsetTable.h b/llvm/utils/TableGen/SequenceToOffsetTable.h
index d8ab2eeb258..60202b5ade0 100644
--- a/llvm/utils/TableGen/SequenceToOffsetTable.h
+++ b/llvm/utils/TableGen/SequenceToOffsetTable.h
@@ -29,8 +29,8 @@ namespace llvm {
/// Compute the layout of a table that contains all the sequences, possibly by
/// reusing entries.
///
-/// @param SeqT The sequence container. (vector or string).
-/// @param Less A stable comparator for SeqT elements.
+/// @tparam SeqT The sequence container. (vector or string).
+/// @tparam Less A stable comparator for SeqT elements.
template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
class SequenceToOffsetTable {
typedef typename SeqT::value_type ElemT;
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.h b/llvm/utils/TableGen/X86RecognizableInstr.h
index 542e510c603..e0bb2e24e23 100644
--- a/llvm/utils/TableGen/X86RecognizableInstr.h
+++ b/llvm/utils/TableGen/X86RecognizableInstr.h
@@ -143,7 +143,7 @@ private:
/// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
/// prefix. If it does, 32-bit register operands stay
/// 32-bit regardless of the operand size.
- /// @param hasOpSizePrefix- Indicates whether the instruction has an OpSize
+ /// @param hasOpSizePrefix Indicates whether the instruction has an OpSize
/// prefix. If it does not, then 16-bit register
/// operands stay 16-bit.
/// @return - The operand's type.
OpenPOWER on IntegriCloud