Include SparcV9RegInfo.h instead of TargetRegInfo.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-04-23 18:15:47 +00:00
parent 35450d2aaa
commit 3b2e5e619e
10 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

@ -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"

View File

@ -15,7 +15,7 @@
#define MACHINE_INSTR_ANNOT_h
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Target/TargetRegInfo.h"
#include "SparcV9RegInfo.h"
namespace llvm {

View File

@ -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 {

View File

@ -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 {

View File

@ -14,7 +14,7 @@
#include "IGNode.h"
#include "RegAllocCommon.h"
#include "RegClass.h"
#include "llvm/Target/TargetRegInfo.h"
#include "../SparcV9RegInfo.h"
namespace llvm {

View File

@ -17,7 +17,7 @@
#ifndef REGCLASS_H
#define REGCLASS_H
#include "llvm/Target/TargetRegInfo.h"
#include "../SparcV9RegInfo.h"
#include "InterferenceGraph.h"
#include <stack>

View File

@ -18,7 +18,7 @@
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegInfo.h"
#include "SparcV9RegInfo.h"
namespace llvm {

View File

@ -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"

View File

@ -14,7 +14,7 @@
#ifndef SPARCV9REGCLASSINFO_H
#define SPARCV9REGCLASSINFO_H
#include "llvm/Target/TargetRegInfo.h"
#include "SparcV9RegInfo.h"
namespace llvm {