* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
authorChris Lattner <sabre@nondot.org>
Tue, 12 Feb 2002 22:39:50 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 Feb 2002 22:39:50 +0000 (22:39 +0000)
commit455889aa79e3463a4b0f2161e3d9d72a683268b6
treeaf1cb8e20b69e33a7a744365fb6e15445abf81ed
parentcc179d3ab85fd19c3fd9586409c69d14fbb6c642
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
  llvm/Support/CFG.h
* Make pred & succ iterators for intervals global functions
* Add #includes that are now neccesary because BasicBlock.h doesn't include
  InstrTypes.h anymore

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1750 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
lib/Analysis/IPA/FindUsedTypes.cpp
lib/Analysis/Interval.cpp
lib/Analysis/LiveVar/BBLiveVar.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/PostDominators.cpp
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSched/SchedGraph.h
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.h
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
lib/Target/SparcV9/SparcV9TargetMachine.cpp
lib/Transforms/IPO/DeadTypeElimination.cpp
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InductionVars.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/BasicBlock.cpp
lib/VMCore/Dominators.cpp