commit | cb6b4bd1c6245ce78214210655eecf12cd8a4db2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 29 16:51:05 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 29 16:51:05 2002 +0000 |
tree | b998d3ae574bbbc4ea9e42b5c7f140a4e3c2d6f9 | |
parent | 770feb4bfcd920498ec24296685495678579bb65 [diff] [blame] |
Add #includes that were eliminated from headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4380 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 9e9e5dd..c569a29 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/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"