Change errs() to dbgs().
authorDavid Greene <greened@obbligato.org>
Thu, 24 Dec 2009 00:39:02 +0000 (00:39 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 24 Dec 2009 00:39:02 +0000 (00:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92099 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CalcSpillWeights.cpp

index a7e798e0ba9f1f80222bf1b54f8051efc0d35414..b8ef219bf9c1d4a222172038c324ee6f91c01f6a 100644 (file)
@@ -37,7 +37,7 @@ void CalculateSpillWeights::getAnalysisUsage(AnalysisUsage &au) const {
 
 bool CalculateSpillWeights::runOnMachineFunction(MachineFunction &fn) {
 
-  DEBUG(errs() << "********** Compute Spill Weights **********\n"
+  DEBUG(dbgs() << "********** Compute Spill Weights **********\n"
                << "********** Function: "
                << fn.getFunction()->getName() << '\n');