Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes

to the global namespace


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-04-28 16:21:30 +00:00
parent 8fc2f2072d
commit 1b7f7dc4b4
14 changed files with 105 additions and 115 deletions

View File

@@ -29,9 +29,6 @@
using namespace std;
using cfg::DominanceFrontier;
namespace {
//instance of the promoter -- to keep all the local function data.