From: Brian Gaeke Date: Fri, 23 Apr 2004 18:15:46 +0000 (+0000) Subject: Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=35450d2aaa139ea94714a20a370df61179c63ce3;p=oota-llvm.git Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of documentation that this module needs to be made independent of the register file description of the current target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13125 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/InstrSched/SchedGraph.cpp b/lib/CodeGen/InstrSched/SchedGraph.cpp index 379fbfe8a7c..443f4e2c62a 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.cpp +++ b/lib/CodeGen/InstrSched/SchedGraph.cpp @@ -20,7 +20,7 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Target/TargetRegInfo.h" +#include "../../Target/SparcV9/SparcV9RegInfo.h" #include "Support/STLExtras.h" namespace llvm { diff --git a/lib/Target/SparcV9/InstrSched/SchedGraph.cpp b/lib/Target/SparcV9/InstrSched/SchedGraph.cpp index 379fbfe8a7c..443f4e2c62a 100644 --- a/lib/Target/SparcV9/InstrSched/SchedGraph.cpp +++ b/lib/Target/SparcV9/InstrSched/SchedGraph.cpp @@ -20,7 +20,7 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Target/TargetRegInfo.h" +#include "../../Target/SparcV9/SparcV9RegInfo.h" #include "Support/STLExtras.h" namespace llvm {