diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-10-01 13:19:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-10-01 13:19:53 +0000 |
| commit | f0604b84c7273fc2503454ecaa198eaee5b615bd (patch) | |
| tree | dc7298c5da5bb2b509412369dcdd01ac67b91c8d /lib/Analysis/LiveVar/BBLiveVar.h | |
| parent | 711774e169526247db1838b96e379a4f4e9f2cad (diff) | |
| download | external_llvm-f0604b84c7273fc2503454ecaa198eaee5b615bd.zip external_llvm-f0604b84c7273fc2503454ecaa198eaee5b615bd.tar.gz external_llvm-f0604b84c7273fc2503454ecaa198eaee5b615bd.tar.bz2 | |
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
the BasicBlock class where they should be. pred_begin/pred_end become methods on BasicBlock,
and the cfg namespace isn't used anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LiveVar/BBLiveVar.h')
| -rw-r--r-- | lib/Analysis/LiveVar/BBLiveVar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Analysis/LiveVar/BBLiveVar.h b/lib/Analysis/LiveVar/BBLiveVar.h index e4d5804..55a6c3a 100644 --- a/lib/Analysis/LiveVar/BBLiveVar.h +++ b/lib/Analysis/LiveVar/BBLiveVar.h @@ -1,4 +1,4 @@ -/* Title: BBLiveVar.h +/* Title: BBLiveVar.h -*- C++ -*- Author: Ruchira Sasanka Date: Jun 30, 01 Purpose: This is a wrapper class for BasicBlock which is used by live @@ -13,7 +13,6 @@ #include "llvm/BasicBlock.h" #include "llvm/Instruction.h" -#include "llvm/CFG.h" #include "llvm/Type.h" #include "llvm/iOther.h" |
