mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 22:45:05 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8047d9a6be
commit
7ed6dd61ac
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user