LiveRange.h is now in lib/CodeGen/RegAlloc

llvm-svn: 8299
This commit is contained in:
Chris Lattner 2003-09-01 20:17:13 +00:00
parent e5a47a9d95
commit 049f0b8b37
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#ifndef IG_NODE_H
#define IG_NODE_H
#include "llvm/CodeGen/LiveRange.h"
#include "LiveRange.h"
class RegClass;
//----------------------------------------------------------------------------

View File

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