commit | aca997cbd70e31800137df2503a2bacd22a1c46f | [log] [tgz] |
---|---|---|
author | Ruchira Sasanka <sasanka@students.uiuc.edu> | Sun Sep 30 23:28:04 2001 +0000 |
committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | Sun Sep 30 23:28:04 2001 +0000 |
tree | c19582182bb669d3e78464340a060d7ee29f12d3 | |
parent | e939ddb96bd3143d1893782ddeaf35ec68be7479 [diff] [blame] |
*** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@675 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp b/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp index 898dd28..b9fd0ff 100644 --- a/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp +++ b/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
@@ -52,9 +52,10 @@ 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 );