mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
[mips] Remove redundant inclusions of MipsAnalyzeImmediate.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259655 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c48890e194
commit
db6591c257
@ -14,7 +14,6 @@
|
||||
#include "Mips16ISelDAGToDAG.h"
|
||||
#include "MCTargetDesc/MipsBaseInfo.h"
|
||||
#include "Mips.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsRegisterInfo.h"
|
||||
#include "llvm/CodeGen/MachineConstantPool.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "Mips16RegisterInfo.h"
|
||||
#include "Mips.h"
|
||||
#include "Mips16InstrInfo.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsInstrInfo.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsSubtarget.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "MipsFrameLowering.h"
|
||||
#include "MCTargetDesc/MipsBaseInfo.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsInstrInfo.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsTargetMachine.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "MipsInstrInfo.h"
|
||||
#include "InstPrinter/MipsInstPrinter.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsSubtarget.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#define LLVM_LIB_TARGET_MIPS_MIPSINSTRINFO_H
|
||||
|
||||
#include "Mips.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsRegisterInfo.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "MipsRegisterInfo.h"
|
||||
#include "Mips.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsInstrInfo.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsSubtarget.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "MipsSEFrameLowering.h"
|
||||
#include "MCTargetDesc/MipsBaseInfo.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsSEInstrInfo.h"
|
||||
#include "MipsSubtarget.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "MipsSEInstrInfo.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "InstPrinter/MipsInstPrinter.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsTargetMachine.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
#include "MipsSERegisterInfo.h"
|
||||
#include "Mips.h"
|
||||
#include "MipsAnalyzeImmediate.h"
|
||||
#include "MipsMachineFunction.h"
|
||||
#include "MipsSEInstrInfo.h"
|
||||
#include "MipsSubtarget.h"
|
||||
|
Loading…
Reference in New Issue
Block a user