diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-23 18:15:46 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-23 18:15:46 +0000 |
commit | a411e07db087fff5909df3555278b11263d83bde (patch) | |
tree | f5abd25349dfd82a32b9080c5b6a6036b66fe642 /llvm/lib/CodeGen | |
parent | fbd43e43a7f9773511b911ad996a222ee060726e (diff) | |
download | bcm5719-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')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraph.cpp | 2 |
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 { |