diff options
author | Richard Osborne <richard@xmos.com> | 2012-12-17 12:13:41 +0000 |
---|---|---|
committer | Richard Osborne <richard@xmos.com> | 2012-12-17 12:13:41 +0000 |
commit | b4d40a04f0639fdec8329a8708565411fa53b5bc (patch) | |
tree | 5a840b700932a83e37070a218e7fb22af3b07279 /lib/Target/XCore/XCoreMCInstLower.h | |
parent | 31061e68a27e5ac9786f23dbc29a22383039e525 (diff) |
Update comments to match recommended doxygen style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreMCInstLower.h')
-rw-r--r-- | lib/Target/XCore/XCoreMCInstLower.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/XCore/XCoreMCInstLower.h b/lib/Target/XCore/XCoreMCInstLower.h index fb138f0214..28e702bb98 100644 --- a/lib/Target/XCore/XCoreMCInstLower.h +++ b/lib/Target/XCore/XCoreMCInstLower.h @@ -21,8 +21,7 @@ namespace llvm { class Mangler; class AsmPrinter; -/// XCoreMCInstLower - This class is used to lower an MachineInstr into an -// MCInst. +/// \brief This class is used to lower an MachineInstr into an MCInst. class LLVM_LIBRARY_VISIBILITY XCoreMCInstLower { typedef MachineOperand::MachineOperandType MachineOperandType; MCContext *Ctx; |