Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-01-14 22:56:37 +00:00
parent c56d239510
commit 8143d8f91a
12 changed files with 17 additions and 32 deletions

View File

@ -62,7 +62,7 @@
#define FUNCTION_LIVE_VAR_INFO_H
#include "llvm/Pass.h"
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
class BBLiveVar;
class MachineInstr;

View File

@ -1,20 +0,0 @@
#ifndef VALUE_SET_H
#define VALUE_SET_H
#include <set>
class Value;
// RAV - Used to print values in a form used by the register allocator.
//
struct RAV { // Register Allocator Value
const Value &V;
RAV(const Value *v) : V(*v) {}
RAV(const Value &v) : V(v) {}
};
std::ostream &operator<<(std::ostream &out, RAV Val);
typedef std::set<const Value*> ValueSet;
void printSet(const ValueSet &S);
#endif

View File

@ -62,7 +62,7 @@
#define FUNCTION_LIVE_VAR_INFO_H
#include "llvm/Pass.h"
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
class BBLiveVar;
class MachineInstr;

View File

@ -1,3 +1,8 @@
//
// VALUESET.H - This header is OBSOLETE, do not use it for new code.
//
// FIXME: Eliminate this file.
#ifndef VALUE_SET_H
#define VALUE_SET_H

View File

@ -8,7 +8,7 @@
#ifndef LIVE_VAR_BB_H
#define LIVE_VAR_BB_H
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
#include "Support/Annotation.h"
#include <map>
class BasicBlock;

View File

@ -1,7 +1,7 @@
// FIXME: Eliminate this file.
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
#include "llvm/Value.h"
#include <iostream>

View File

@ -11,7 +11,7 @@
#ifndef LIVE_RANGE_H
#define LIVE_RANGE_H
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
#include "llvm/Value.h"
class RegClass;

View File

@ -20,7 +20,7 @@
#define LIVE_RANGE_INFO_H
#include "Support/HashExtras.h"
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
class LiveRange;
class MachineInstr;

View File

@ -8,7 +8,7 @@
#ifndef LIVE_VAR_BB_H
#define LIVE_VAR_BB_H
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
#include "Support/Annotation.h"
#include <map>
class BasicBlock;

View File

@ -1,7 +1,7 @@
// FIXME: Eliminate this file.
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
#include "llvm/Value.h"
#include <iostream>

View File

@ -11,7 +11,7 @@
#ifndef LIVE_RANGE_H
#define LIVE_RANGE_H
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
#include "llvm/Value.h"
class RegClass;

View File

@ -20,7 +20,7 @@
#define LIVE_RANGE_INFO_H
#include "Support/HashExtras.h"
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/CodeGen/ValueSet.h"
class LiveRange;
class MachineInstr;