Factor the predeclarations of the CFG.h functionality into a seperate, new header
authorChris Lattner <sabre@nondot.org>
Wed, 20 Jun 2001 22:44:16 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Jun 2001 22:44:16 +0000 (22:44 +0000)
commitbb76d9d08056c7b4d0a470bb09eb7a4069c17a69
tree30915474ec020cd7f70baa3f9e332259ab3f7415
parent2275c1d55d48a48d23089e8ce18bab275eaebac8
Factor the predeclarations of the CFG.h functionality into a seperate, new header
file: CFGdecls.h

This allows the addition of BasicBlock::(pred|succ)_iterator typedefs.

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