diff options
Diffstat (limited to 'lib/Target/XCore/XCoreMCInstLower.cpp')
-rw-r--r-- | lib/Target/XCore/XCoreMCInstLower.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Target/XCore/XCoreMCInstLower.cpp b/lib/Target/XCore/XCoreMCInstLower.cpp index 7cdbadac31..f96eda9fcb 100644 --- a/lib/Target/XCore/XCoreMCInstLower.cpp +++ b/lib/Target/XCore/XCoreMCInstLower.cpp @@ -6,10 +6,11 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// This file contains code to lower XCore MachineInstrs to their corresponding -// MCInst records. -// +/// +/// \file +/// \brief This file contains code to lower XCore MachineInstrs to their +/// corresponding MCInst records. +/// //===----------------------------------------------------------------------===// #include "XCoreMCInstLower.h" #include "llvm/CodeGen/AsmPrinter.h" |