Changed code to ignore Phi Nodes in PhyRegAlloc
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / RegClass.cpp
index 1219147ab2f32d3f81efae91e41098046a711701..d0f1c444300169bd0c16ddd046ac6f9d577ee437 100644 (file)
@@ -82,6 +82,8 @@ void RegClass::pushAllIGNodes()
     // now push NON-constrined ones, if any
     NeedMoreSpills = ! pushUnconstrainedIGNodes(); 
 
+    cerr << "\nConstrained IG Node found !@!" <<  IGNodeSpill->getIndex();
+
   } while( NeedMoreSpills );            // repeat until we have pushed all 
 
 }