no major change

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ruchira Sasanka 2001-10-18 23:58:08 +00:00
parent ad5b62012c
commit 0fd8dc8099
2 changed files with 8 additions and 4 deletions

View File

@ -128,8 +128,10 @@ void PhyRegAlloc::addInterference(const Value *const Def,
//the live range of this var interferes with this call //the live range of this var interferes with this call
if( isCallInst ) { if( isCallInst ) {
LROfVar->addCallInterference( (const Instruction *const) Def ); LROfVar->addCallInterference( (const Instruction *const) Def );
// cout << "\n ++Added Call Interf to set:"; if( DEBUG_RA) {
//LROfVar->printSet(); cout << "\n ++Added Call Interf to set:";
LROfVar->printSet();
}
} }
} }
else if(DEBUG_RA > 1) { else if(DEBUG_RA > 1) {

View File

@ -128,8 +128,10 @@ void PhyRegAlloc::addInterference(const Value *const Def,
//the live range of this var interferes with this call //the live range of this var interferes with this call
if( isCallInst ) { if( isCallInst ) {
LROfVar->addCallInterference( (const Instruction *const) Def ); LROfVar->addCallInterference( (const Instruction *const) Def );
// cout << "\n ++Added Call Interf to set:"; if( DEBUG_RA) {
//LROfVar->printSet(); cout << "\n ++Added Call Interf to set:";
LROfVar->printSet();
}
} }
} }
else if(DEBUG_RA > 1) { else if(DEBUG_RA > 1) {