mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
This file just needs LiveRange.h not IGNode.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8293 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87d50f0566
commit
fdba393cc0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user