summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-23 18:15:46 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-23 18:15:46 +0000
commita411e07db087fff5909df3555278b11263d83bde (patch)
treef5abd25349dfd82a32b9080c5b6a6036b66fe642 /llvm/lib/CodeGen/InstrSched
parentfbd43e43a7f9773511b911ad996a222ee060726e (diff)
downloadbcm5719-llvm-a411e07db087fff5909df3555278b11263d83bde.tar.gz
bcm5719-llvm-a411e07db087fff5909df3555278b11263d83bde.zip
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. llvm-svn: 13125
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
index 379fbfe8a7c..443f4e2c62a 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
+++ b/llvm/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 {
OpenPOWER on IntegriCloud