Go to file
Chris Lattner a7610016a5 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

llvm-svn: 690
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