aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 16:51:05 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 16:51:05 +0000
commit5abe44bb72fab645b25a9fa87ccfaaa55f3b94d1 (patch)
treeaa52d3e796720b4297b49cdb3eaa497027282ca3 /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
parent189c099a7f651cc6ac8020775851c897605a73fb (diff)
downloadllvm-5abe44bb72fab645b25a9fa87ccfaaa55f3b94d1.zip
llvm-5abe44bb72fab645b25a9fa87ccfaaa55f3b94d1.tar.gz
llvm-5abe44bb72fab645b25a9fa87ccfaaa55f3b94d1.tar.bz2
Add #includes that were eliminated from headers
llvm-svn: 4380
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 9e9e5dd..c569a29 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
+++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -6,6 +6,7 @@
#include "llvm/CodeGen/RegisterAllocation.h"
#include "llvm/CodeGen/RegAllocCommon.h"
+#include "llvm/CodeGen/IGNode.h"
#include "llvm/CodeGen/PhyRegAlloc.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrAnnot.h"