llvm-6502/include
Chris Lattner 711774e169 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.

Also pull Interval stuff into the Interval class out of the global namespace


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@690 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-01 13:19:41 +00:00
..
llvm Pull predecessor and successor iterators out of the CFG*.h files, and plop them into 2001-10-01 13:19:41 +00:00
Support Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00