1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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

llvm-svn: 1709
This commit is contained in:
Chris Lattner 2002-02-05 00:43:37 +00:00
parent 80c1109e8e
commit 2f8b10ceef
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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