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/Bytecode/Reader/ReaderInternals.h | |
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/Bytecode/Reader/ReaderInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Reader/ReaderInternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Reader/ReaderInternals.h b/llvm/lib/Bytecode/Reader/ReaderInternals.h index 8a7297a8b3d..a5b3b7acfd6 100644 --- a/llvm/lib/Bytecode/Reader/ReaderInternals.h +++ b/llvm/lib/Bytecode/Reader/ReaderInternals.h @@ -10,6 +10,7 @@ #include "llvm/Bytecode/Primitives.h" #include "llvm/SymTabValue.h" #include "llvm/Method.h" +#include "llvm/BasicBlock.h" #include "llvm/Instruction.h" #include "llvm/DerivedTypes.h" #include <map> |