LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-01 20:12:17 +00:00
parent 70b2f56e76
commit 893f9541dc
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/LiveRangeInfo.h"
#include "LiveRangeInfo.h"
#include "RegAllocCommon.h"
#include "RegClass.h"
#include "IGNode.h"

View File

@ -19,7 +19,7 @@
#ifndef PHY_REG_ALLOC_H
#define PHY_REG_ALLOC_H
#include "llvm/CodeGen/LiveRangeInfo.h"
#include "LiveRangeInfo.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include <map>

View File

@ -4,7 +4,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/LiveRangeInfo.h"
#include "LiveRangeInfo.h"
#include "RegAllocCommon.h"
#include "RegClass.h"
#include "IGNode.h"

View File

@ -19,7 +19,7 @@
#ifndef PHY_REG_ALLOC_H
#define PHY_REG_ALLOC_H
#include "llvm/CodeGen/LiveRangeInfo.h"
#include "LiveRangeInfo.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include <map>

View File

@ -13,7 +13,7 @@
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/CodeGen/LiveRangeInfo.h"
#include "../../CodeGen/RegAlloc/LiveRangeInfo.h" // FIXME!!
#include "llvm/CodeGen/LiveRange.h"
#include "llvm/iTerminators.h"
#include "llvm/iOther.h"