Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Apr 2004 18:15:46 +0000 (18:15 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Apr 2004 18:15:46 +0000 (18:15 +0000)
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

lib/CodeGen/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp

index 379fbfe8a7c174dbf3ae2fdf1d145113a010d13e..443f4e2c62aae8673e710254f9fe30ee08e6a8e6 100644 (file)
@@ -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 {
index 379fbfe8a7c174dbf3ae2fdf1d145113a010d13e..443f4e2c62aae8673e710254f9fe30ee08e6a8e6 100644 (file)
@@ -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 {