Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar directory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-02-05 00:43:37 +00:00
parent a9abada125
commit f39f379f9e
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/LiveVar/BBLiveVar.h"
#include "BBLiveVar.h"
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/BasicBlock.h"

View File

@ -7,7 +7,7 @@
#ifndef LIVE_VAR_BB_H
#define LIVE_VAR_BB_H
#include "LiveVarSet.h"
#include "llvm/Analysis/LiveVar/LiveVarSet.h"
#include <map>
class Method;
class BasicBlock;

View File

@ -10,7 +10,7 @@
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
#include "llvm/Analysis/LiveVar/BBLiveVar.h"
#include "BBLiveVar.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/BasicBlock.h"
#include "Support/PostOrderIterator.h"

View File

@ -4,7 +4,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/LiveVar/BBLiveVar.h"
#include "BBLiveVar.h"
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/BasicBlock.h"

View File

@ -7,7 +7,7 @@
#ifndef LIVE_VAR_BB_H
#define LIVE_VAR_BB_H
#include "LiveVarSet.h"
#include "llvm/Analysis/LiveVar/LiveVarSet.h"
#include <map>
class Method;
class BasicBlock;

View File

@ -10,7 +10,7 @@
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
#include "llvm/Analysis/LiveVar/BBLiveVar.h"
#include "BBLiveVar.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/BasicBlock.h"
#include "Support/PostOrderIterator.h"