aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/RegClass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/RegAlloc/RegClass.cpp')
-rw-r--r--lib/CodeGen/RegAlloc/RegClass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/RegClass.cpp b/lib/CodeGen/RegAlloc/RegClass.cpp
index 1219147ab2..d0f1c44430 100644
--- a/lib/CodeGen/RegAlloc/RegClass.cpp
+++ b/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
}