remove a noop function.
[oota-llvm.git] / 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');