diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-02-12 21:07:25 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-02-12 21:07:25 +0000 |
| commit | 60a6591d83e82990bd8097a08f4d9e51dc63f7cb (patch) | |
| tree | 833b7f0a2cafb5fc45f410f40d90ffee44861794 /llvm/lib/CodeGen/RegAlloc | |
| parent | 80de23155ae2e9b9f01a6ba5c42b2bb2c52f9406 (diff) | |
| download | bcm5719-llvm-60a6591d83e82990bd8097a08f4d9e51dc63f7cb.tar.gz bcm5719-llvm-60a6591d83e82990bd8097a08f4d9e51dc63f7cb.zip | |
Method.h no longer includes BasicBlock.h
Method::inst_* is now in llvm/Support/InstIterator.h
GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h
llvm-svn: 1746
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp index 7302baa2864..32951769e00 100644 --- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp +++ b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp @@ -3,6 +3,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Method.h" +#include "llvm/BasicBlock.h" #include "Support/SetOperations.h" #include <iostream> using std::cerr; diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 18d019e8f4c..c78b971e796 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -18,6 +18,7 @@ #include "llvm/Analysis/LoopInfo.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Target/MachineFrameInfo.h" +#include "llvm/BasicBlock.h" #include "llvm/Method.h" #include "llvm/Type.h" #include <iostream> |

