mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
LiveRange.h is now in lib/CodeGen/RegAlloc
llvm-svn: 8299
This commit is contained in:
parent
e5a47a9d95
commit
049f0b8b37
@ -25,7 +25,7 @@
|
||||
#ifndef IG_NODE_H
|
||||
#define IG_NODE_H
|
||||
|
||||
#include "llvm/CodeGen/LiveRange.h"
|
||||
#include "LiveRange.h"
|
||||
class RegClass;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineInstrAnnot.h"
|
||||
#include "../../CodeGen/RegAlloc/LiveRangeInfo.h" // FIXME!!
|
||||
#include "llvm/CodeGen/LiveRange.h"
|
||||
#include "../../CodeGen/RegAlloc/LiveRange.h" // FIXME!!
|
||||
#include "llvm/iTerminators.h"
|
||||
#include "llvm/iOther.h"
|
||||
#include "llvm/Function.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user