* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
authorChris Lattner <sabre@nondot.org>
Tue, 12 Feb 2002 21:02:38 +0000 (21:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 Feb 2002 21:02:38 +0000 (21:02 +0000)
commit9aa4142dad5316aed1ee1014b6bc1977092ce9fb
tree84f7c01511624cef3a7015d195b9e293d61652bb
parent0af83c6ed278ada0c7fc49e5445d639ecf558801
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
* Move Method::inst_* to new "llvm/Support/InstIterator.h" file
* Method.h no longer #includes BasicBlock.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1743 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BasicBlock.h
include/llvm/Function.h