* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
authorChris Lattner <sabre@nondot.org>
Tue, 12 Feb 2002 21:02:53 +0000 (21:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 Feb 2002 21:02:53 +0000 (21:02 +0000)
commit428039a6e11efa85e82cc29675e1c9c54130f2d6
tree60a64dd7820250095c74249427234f79f7bc4069
parent9aa4142dad5316aed1ee1014b6bc1977092ce9fb
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
* Move Method::inst_* to new "llvm/Support/InstIterator.h" file
* inst_iterator no longer permits resync'ing

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1744 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CFG.h [new file with mode: 0644]
include/llvm/Support/InstIterator.h [new file with mode: 0644]