aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit35450d2aaa139ea94714a20a370df61179c63ce3 (patch)
treec8ca428ae46cf8d25679fbd7128ab925dd4d3bbb /lib/CodeGen/InstrSched
parent4d529bc07bd72169904bfd5243379d33b246f98e (diff)
downloadexternal_llvm-35450d2aaa139ea94714a20a370df61179c63ce3.zip
external_llvm-35450d2aaa139ea94714a20a370df61179c63ce3.tar.gz
external_llvm-35450d2aaa139ea94714a20a370df61179c63ce3.tar.bz2
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
Diffstat (limited to 'lib/CodeGen/InstrSched')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.cpp b/lib/CodeGen/InstrSched/SchedGraph.cpp
index 379fbfe..443f4e2 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 {