summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 22:56:37 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 22:56:37 +0000
commitde1d72974788215f6a45c627bd5e56d84e19afb8 (patch)
tree89114a85e63c8265511cfc27ccaa8bcbd8f33c67 /llvm/lib/CodeGen
parent57fd307f6d52baa6ae79c45fe7b5e7dc18356881 (diff)
downloadbcm5719-llvm-de1d72974788215f6a45c627bd5e56d84e19afb8.tar.gz
bcm5719-llvm-de1d72974788215f6a45c627bd5e56d84e19afb8.zip
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
llvm-svn: 5282
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/LiveRange.h2
-rw-r--r--llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRange.h b/llvm/lib/CodeGen/RegAlloc/LiveRange.h
index 71eba1513bd..3a88a27fa1f 100644
--- a/llvm/lib/CodeGen/RegAlloc/LiveRange.h
+++ b/llvm/lib/CodeGen/RegAlloc/LiveRange.h
@@ -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;
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
index 71fda1613f8..3d9a43a9e3f 100644
--- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
+++ b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
@@ -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;
OpenPOWER on IntegriCloud