From d1d5e97431159beba483d14552cffcf6aeba7318 Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Sat, 10 Nov 2001 21:21:36 +0000 Subject: Changed code to ignore Phi Nodes in PhyRegAlloc llvm-svn: 1253 --- llvm/lib/CodeGen/RegAlloc/RegClass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/CodeGen/RegAlloc/RegClass.cpp') diff --git a/llvm/lib/CodeGen/RegAlloc/RegClass.cpp b/llvm/lib/CodeGen/RegAlloc/RegClass.cpp index 1219147ab2f..d0f1c444300 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegClass.cpp +++ b/llvm/lib/CodeGen/RegAlloc/RegClass.cpp @@ -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 } -- cgit v1.2.3