summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-05 00:35:14 +0000
committerChris Lattner <sabre@nondot.org>2002-02-05 00:35:14 +0000
commit3da53ad63672f7f37761d9a0b05ddc389119599a (patch)
tree8a5022044ed10cda566ce0079ca9befa7bb4570d /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
parent7c70802193106d1c3ad6032366fac3e5e01ba498 (diff)
downloadbcm5719-llvm-3da53ad63672f7f37761d9a0b05ddc389119599a.tar.gz
bcm5719-llvm-3da53ad63672f7f37761d9a0b05ddc389119599a.zip
* Add a #include not indirectly included any more
llvm-svn: 1707
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
index 2fd2c91a6fd..d901337535d 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
+++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -15,6 +15,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineCodeForMethod.h"
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
+#include "llvm/Analysis/LiveVar/LiveVarSet.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/MachineFrameInfo.h"
OpenPOWER on IntegriCloud