diff options
| author | David Greene <greened@obbligato.org> | 2009-12-24 00:39:02 +0000 | 
|---|---|---|
| committer | David Greene <greened@obbligato.org> | 2009-12-24 00:39:02 +0000 | 
| commit | e40730d8c7b30ab6928c558df8964555b69d93c7 (patch) | |
| tree | 6681578392438165f669ecc44be5c89c47069330 /llvm/lib/CodeGen | |
| parent | 1a32ede6fd4c87b95a4bb7ff11b7e6dfba6b7af2 (diff) | |
| download | bcm5719-llvm-e40730d8c7b30ab6928c558df8964555b69d93c7.tar.gz bcm5719-llvm-e40730d8c7b30ab6928c558df8964555b69d93c7.zip  | |
Change errs() to dbgs().
llvm-svn: 92099
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/CalcSpillWeights.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CalcSpillWeights.cpp b/llvm/lib/CodeGen/CalcSpillWeights.cpp index a7e798e0ba9..b8ef219bf9c 100644 --- a/llvm/lib/CodeGen/CalcSpillWeights.cpp +++ b/llvm/lib/CodeGen/CalcSpillWeights.cpp @@ -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');  | 

