This file just needs LiveRange.h not IGNode.h

llvm-svn: 8293
This commit is contained in:
Chris Lattner 2003-09-01 19:58:02 +00:00
parent 3323829ecc
commit 69382173e9
1 changed files with 2 additions and 2 deletions

View File

@ -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";