forked from OSchip/llvm-project
Include SparcV9RegInfo.h instead of TargetRegInfo.h.
llvm-svn: 13126
This commit is contained in:
parent
a411e07db0
commit
71509a98c5
|
@ -24,7 +24,7 @@
|
|||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "../SparcV9RegInfo.h"
|
||||
#include "Support/CommandLine.h"
|
||||
#include "Support/LeakDetector.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/InstrForest.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "../SparcV9RegInfo.h"
|
||||
#include "llvm/Target/TargetInstrInfo.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#define MACHINE_INSTR_ANNOT_h
|
||||
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "SparcV9RegInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Target/TargetInstrInfo.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "../SparcV9RegInfo.h"
|
||||
#include "Support/SetOperations.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "llvm/Pass.h"
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "../SparcV9RegInfo.h"
|
||||
#include <map>
|
||||
|
||||
namespace llvm {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "IGNode.h"
|
||||
#include "RegAllocCommon.h"
|
||||
#include "RegClass.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "../SparcV9RegInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef REGCLASS_H
|
||||
#define REGCLASS_H
|
||||
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "../SparcV9RegInfo.h"
|
||||
#include "InterferenceGraph.h"
|
||||
#include <stack>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "llvm/Target/TargetFrameInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "SparcV9RegInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Target/TargetSchedInfo.h"
|
||||
#include "llvm/Target/TargetFrameInfo.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "SparcV9RegInfo.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "SparcV9RegClassInfo.h"
|
||||
#include "Config/sys/types.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#ifndef SPARCV9REGCLASSINFO_H
|
||||
#define SPARCV9REGCLASSINFO_H
|
||||
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
#include "SparcV9RegInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue