No major change
[oota-llvm.git] / lib / CodeGen / RegAlloc / PhyRegAlloc.cpp
index 824b02e0b9107d257fdea2f1a170a655888bd558..8e4530c15d4a5cc1dd61094da44596a2b3274554 100644 (file)
@@ -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;