*** empty log message ***

llvm-svn: 675
This commit is contained in:
Ruchira Sasanka 2001-09-30 23:28:04 +00:00
parent 8a18706055
commit c8b4d12a8f
1 changed files with 3 additions and 2 deletions

View File

@ -52,9 +52,10 @@ void MethodLiveVarInfo::constructBBs()
for( ; BBI != po_end(Meth) ; ++BBI, ++POId)
{
if(DEBUG_LV) cout << " For BB " << (*BBI)->getName() << ":" << endl ;
const BasicBlock *BB = *BBI; // get the current BB
if(DEBUG_LV) { cout << " For BB "; printValue(BB); cout << ":" << endl; }
// create a new BBLiveVar
BBLiveVar * LVBB = new BBLiveVar( BB, POId );