summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CalcSpillWeights.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-08-12 18:50:55 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-08-12 18:50:55 +0000
commitfa3ea11ae6e8f5668dcfbe40479620f49c11d64c (patch)
tree130cff82b7c82169a14719a4c4675cc905b0e7e4 /llvm/lib/CodeGen/CalcSpillWeights.cpp
parent62157e534289eb9f8c8afa567c8fc5a3fa45672a (diff)
downloadbcm5719-llvm-fa3ea11ae6e8f5668dcfbe40479620f49c11d64c.tar.gz
bcm5719-llvm-fa3ea11ae6e8f5668dcfbe40479620f49c11d64c.zip
Clean up debug output.
llvm-svn: 110940
Diffstat (limited to 'llvm/lib/CodeGen/CalcSpillWeights.cpp')
-rw-r--r--llvm/lib/CodeGen/CalcSpillWeights.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CalcSpillWeights.cpp b/llvm/lib/CodeGen/CalcSpillWeights.cpp
index 8ecce4a3fbe..1b7e08a8b6b 100644
--- a/llvm/lib/CodeGen/CalcSpillWeights.cpp
+++ b/llvm/lib/CodeGen/CalcSpillWeights.cpp
@@ -201,8 +201,6 @@ void VirtRegAuxInfo::CalculateRegClass(unsigned reg) {
// This could happen if reg is only used by COPY instructions, so we may need
// to improve on this.
if (rcs.empty()) {
- DEBUG(dbgs() << "Not inflating unconstrained" << orc->getName() << ":%reg"
- << reg << ".\n");
return;
}
OpenPOWER on IntegriCloud