mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
No major change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
868cf82c68
commit
ad1400924d
@ -373,8 +373,8 @@ void PhyRegAlloc::updateMachineCode()
|
||||
|
||||
for( AdIt = IBef.begin(); AdIt != IBef.end() ; ++AdIt ) {
|
||||
|
||||
if( DEBUG_RA)
|
||||
cerr << " *$* PREPENDed instr " << *AdIt << endl;
|
||||
if( DEBUG_RA )
|
||||
cerr << " PREPENDed instr: " << **AdIt << endl;
|
||||
|
||||
MInstIterator = MIVec.insert( MInstIterator, *AdIt );
|
||||
++MInstIterator;
|
||||
@ -481,7 +481,7 @@ void PhyRegAlloc::updateMachineCode()
|
||||
for( AdIt = IAft.begin(); AdIt != IAft.end() ; ++AdIt ) {
|
||||
|
||||
if(DEBUG_RA)
|
||||
cerr << " *#* APPENDed instr opcode: " << *AdIt << endl;
|
||||
cerr << " APPENDed instr: " << **AdIt << endl;
|
||||
|
||||
MInstIterator = MIVec.insert( MInstIterator, *AdIt );
|
||||
++MInstIterator;
|
||||
|
@ -373,8 +373,8 @@ void PhyRegAlloc::updateMachineCode()
|
||||
|
||||
for( AdIt = IBef.begin(); AdIt != IBef.end() ; ++AdIt ) {
|
||||
|
||||
if( DEBUG_RA)
|
||||
cerr << " *$* PREPENDed instr " << *AdIt << endl;
|
||||
if( DEBUG_RA )
|
||||
cerr << " PREPENDed instr: " << **AdIt << endl;
|
||||
|
||||
MInstIterator = MIVec.insert( MInstIterator, *AdIt );
|
||||
++MInstIterator;
|
||||
@ -481,7 +481,7 @@ void PhyRegAlloc::updateMachineCode()
|
||||
for( AdIt = IAft.begin(); AdIt != IAft.end() ; ++AdIt ) {
|
||||
|
||||
if(DEBUG_RA)
|
||||
cerr << " *#* APPENDed instr opcode: " << *AdIt << endl;
|
||||
cerr << " APPENDed instr: " << **AdIt << endl;
|
||||
|
||||
MInstIterator = MIVec.insert( MInstIterator, *AdIt );
|
||||
++MInstIterator;
|
||||
|
Loading…
x
Reference in New Issue
Block a user