X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FXCore%2FXCoreMCInstLower.h;h=569147872f23a8d30b85e608560811b6f2c560e4;hb=d31096383384094e6162803bb98408a3be444f7b;hp=fb138f0214d83be43761eec180a8a1f24ced78ef;hpb=31061e68a27e5ac9786f23dbc29a22383039e525;p=oota-llvm.git diff --git a/lib/Target/XCore/XCoreMCInstLower.h b/lib/Target/XCore/XCoreMCInstLower.h index fb138f0214d..569147872f2 100644 --- a/lib/Target/XCore/XCoreMCInstLower.h +++ b/lib/Target/XCore/XCoreMCInstLower.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef XCOREMCINSTLOWER_H -#define XCOREMCINSTLOWER_H +#ifndef LLVM_LIB_TARGET_XCORE_XCOREMCINSTLOWER_H +#define LLVM_LIB_TARGET_XCORE_XCOREMCINSTLOWER_H #include "llvm/CodeGen/MachineOperand.h" #include "llvm/Support/Compiler.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;