diff options
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreMCInstLower.h')
-rw-r--r-- | llvm/lib/Target/XCore/XCoreMCInstLower.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/XCore/XCoreMCInstLower.h b/llvm/lib/Target/XCore/XCoreMCInstLower.h index 0eaa84ef736b1..efb359cc57e11 100644 --- a/llvm/lib/Target/XCore/XCoreMCInstLower.h +++ b/llvm/lib/Target/XCore/XCoreMCInstLower.h @@ -8,6 +8,7 @@ #ifndef LLVM_LIB_TARGET_XCORE_XCOREMCINSTLOWER_H #define LLVM_LIB_TARGET_XCORE_XCOREMCINSTLOWER_H + #include "llvm/CodeGen/MachineOperand.h" #include "llvm/Support/Compiler.h" @@ -16,8 +17,6 @@ namespace llvm { class MCInst; class MCOperand; class MachineInstr; - class MachineFunction; - class Mangler; class AsmPrinter; /// This class is used to lower an MachineInstr into an MCInst. |