mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e939ddb96b
commit
aca997cbd7
@ -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 );
|
||||
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user