mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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:
@@ -62,7 +62,7 @@
|
|||||||
#define FUNCTION_LIVE_VAR_INFO_H
|
#define FUNCTION_LIVE_VAR_INFO_H
|
||||||
|
|
||||||
#include "llvm/Pass.h"
|
#include "llvm/Pass.h"
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
|
|
||||||
class BBLiveVar;
|
class BBLiveVar;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
|
@@ -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
|
|
@@ -62,7 +62,7 @@
|
|||||||
#define FUNCTION_LIVE_VAR_INFO_H
|
#define FUNCTION_LIVE_VAR_INFO_H
|
||||||
|
|
||||||
#include "llvm/Pass.h"
|
#include "llvm/Pass.h"
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
|
|
||||||
class BBLiveVar;
|
class BBLiveVar;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
|
@@ -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
|
#ifndef VALUE_SET_H
|
||||||
#define VALUE_SET_H
|
#define VALUE_SET_H
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
#ifndef LIVE_VAR_BB_H
|
#ifndef LIVE_VAR_BB_H
|
||||||
#define 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 "Support/Annotation.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
class BasicBlock;
|
class BasicBlock;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
// FIXME: Eliminate this file.
|
||||||
|
|
||||||
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
|
||||||
#include "llvm/Value.h"
|
#include "llvm/Value.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
#ifndef LIVE_RANGE_H
|
#ifndef LIVE_RANGE_H
|
||||||
#define LIVE_RANGE_H
|
#define LIVE_RANGE_H
|
||||||
|
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
#include "llvm/Value.h"
|
#include "llvm/Value.h"
|
||||||
|
|
||||||
class RegClass;
|
class RegClass;
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#define LIVE_RANGE_INFO_H
|
#define LIVE_RANGE_INFO_H
|
||||||
|
|
||||||
#include "Support/HashExtras.h"
|
#include "Support/HashExtras.h"
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
|
|
||||||
class LiveRange;
|
class LiveRange;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
#ifndef LIVE_VAR_BB_H
|
#ifndef LIVE_VAR_BB_H
|
||||||
#define 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 "Support/Annotation.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
class BasicBlock;
|
class BasicBlock;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
// FIXME: Eliminate this file.
|
||||||
|
|
||||||
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
|
||||||
#include "llvm/Value.h"
|
#include "llvm/Value.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
#ifndef LIVE_RANGE_H
|
#ifndef LIVE_RANGE_H
|
||||||
#define LIVE_RANGE_H
|
#define LIVE_RANGE_H
|
||||||
|
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
#include "llvm/Value.h"
|
#include "llvm/Value.h"
|
||||||
|
|
||||||
class RegClass;
|
class RegClass;
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#define LIVE_RANGE_INFO_H
|
#define LIVE_RANGE_INFO_H
|
||||||
|
|
||||||
#include "Support/HashExtras.h"
|
#include "Support/HashExtras.h"
|
||||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
#include "llvm/CodeGen/ValueSet.h"
|
||||||
|
|
||||||
class LiveRange;
|
class LiveRange;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
|
Reference in New Issue
Block a user