*** empty log message ***
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Sun, 30 Sep 2001 23:28:04 +0000 (23:28 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Sun, 30 Sep 2001 23:28:04 +0000 (23:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@675 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp

index 898dd28b72d886a4b4679815fec2f8da3ad6a5db..b9fd0ffbe86c1963610a6bdf51a71dec4865aa17 100644 (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 );  
     
index 898dd28b72d886a4b4679815fec2f8da3ad6a5db..b9fd0ffbe86c1963610a6bdf51a71dec4865aa17 100644 (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 );