mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[mips] Remove redundant inclusions of MipsAnalyzeImmediate.h
llvm-svn: 259655
This commit is contained in:
parent
08b726e6d4
commit
36e4bed845
@ -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