summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 19:58:02 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 19:58:02 +0000
commit69382173e92a5513e3b2fd8eec3500a4a871a652 (patch)
tree03e08fef0f2d35dd33090467f738d828c9f03b25
parent3323829ecc33f5e0889f98baa053c1ef279df177 (diff)
downloadbcm5719-llvm-69382173e92a5513e3b2fd8eec3500a4a871a652.tar.gz
bcm5719-llvm-69382173e92a5513e3b2fd8eec3500a4a871a652.zip
This file just needs LiveRange.h not IGNode.h
llvm-svn: 8293
-rw-r--r--llvm/lib/Target/Sparc/SparcRegInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/SparcRegInfo.cpp b/llvm/lib/Target/Sparc/SparcRegInfo.cpp
index cd8e1e2860b..355f04d7ce8 100644
--- a/llvm/lib/Target/Sparc/SparcRegInfo.cpp
+++ b/llvm/lib/Target/Sparc/SparcRegInfo.cpp
@@ -14,7 +14,7 @@
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/CodeGen/LiveRangeInfo.h"
-#include "llvm/CodeGen/IGNode.h"
+#include "llvm/CodeGen/LiveRange.h"
#include "llvm/iTerminators.h"
#include "llvm/iOther.h"
#include "llvm/Function.h"
@@ -941,7 +941,7 @@ UltraSparcRegInfo::cpValue2Value(Value *Src, Value *Dest,
void UltraSparcRegInfo::printReg(const LiveRange *LR) const {
unsigned RegClassID = LR->getRegClassID();
- std::cerr << " *Node " << (LR->getUserIGNode())->getIndex();
+ std::cerr << " Node ";
if (!LR->hasColor()) {
std::cerr << " - could not find a color\n";
OpenPOWER on IntegriCloud