1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Use dbgs() instead of errs() in a DEBUG.

llvm-svn: 108453
This commit is contained in:
Dan Gohman 2010-07-15 20:12:42 +00:00
parent df6f653a39
commit 3c5c24ac18

View File

@ -2988,7 +2988,7 @@ void LSRInstance::NarrowSearchSpaceUsingHeuristics() {
if (Fixup.LUIdx == LUIdx) {
Fixup.LUIdx = LUThatHas - &Uses.front();
Fixup.Offset += F.AM.BaseOffs;
DEBUG(errs() << "New fixup has offset "
DEBUG(dbgs() << "New fixup has offset "
<< Fixup.Offset << '\n');
}
if (Fixup.LUIdx == NumUses-1)