diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-12 21:04:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-12 21:04:35 +0000 |
commit | 3c34a46c7e51ab290b208248461542eb83c469b0 (patch) | |
tree | 9964fff6b5359395d5dce73cbdab99c5b7dce26f /include/llvm/Analysis/IntervalIterator.h | |
parent | 428039a6e11efa85e82cc29675e1c9c54130f2d6 (diff) |
Method.h no longer includes BasicBlock.h
Method::inst_* is now in llvm/Support/InstIterator.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/IntervalIterator.h')
-rw-r--r-- | include/llvm/Analysis/IntervalIterator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/IntervalIterator.h b/include/llvm/Analysis/IntervalIterator.h index 52d2cc807d..05add884fd 100644 --- a/include/llvm/Analysis/IntervalIterator.h +++ b/include/llvm/Analysis/IntervalIterator.h @@ -28,6 +28,7 @@ #include "llvm/Analysis/IntervalPartition.h" #include "llvm/Method.h" +#include "llvm/BasicBlock.h" #include <stack> #include <set> #include <algorithm> |