diff options
Diffstat (limited to 'lib/CodeGen/CalcSpillWeights.cpp')
-rw-r--r-- | lib/CodeGen/CalcSpillWeights.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CalcSpillWeights.cpp b/lib/CodeGen/CalcSpillWeights.cpp index 8ecce4a3fb..1b7e08a8b6 100644 --- a/lib/CodeGen/CalcSpillWeights.cpp +++ b/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; } |