mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b12168ce5
commit
d2e63b7fdb
@ -110,7 +110,7 @@ void Constant::destroyConstantImpl() {
|
||||
Value *V = use_back();
|
||||
#ifndef NDEBUG // Only in -g mode...
|
||||
if (!isa<Constant>(V)) {
|
||||
errs() << "While deleting: " << *this
|
||||
dbgs() << "While deleting: " << *this
|
||||
<< "\n\nUse still stuck around after Def is destroyed: "
|
||||
<< *V << "\n\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user