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

lib/VMCore/ConstantsContext.h

index 268a6602fa90d705089c0e7704a196c3eed41f7a..60ae13d23850eb56e6c2b2220357a574b68afec2 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "llvm/Instructions.h"
 #include "llvm/Operator.h"
-#include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 #include <map>