Change errs() to dbgs().
authorDavid Greene <greened@obbligato.org>
Tue, 5 Jan 2010 01:29:19 +0000 (01:29 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 5 Jan 2010 01:29:19 +0000 (01:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92650 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Constants.cpp

index 64fb0aa53bf92070c7afc119546296aba3377055..2279d6c12db6f72ff3db4652e9ee6e87b8c6571a 100644 (file)
@@ -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";
     }