[llvm-commits] [llvm] r92659 - /llvm/trunk/lib/VMCore/ConstantsContext.h

David Greene greened at obbligato.org
Mon Jan 4 17:30:00 PST 2010


Author: greened
Date: Mon Jan  4 19:30:00 2010
New Revision: 92659

URL: http://llvm.org/viewvc/llvm-project?rev=92659&view=rev
Log:
Change errs() to dbgs().

Modified:
    llvm/trunk/lib/VMCore/ConstantsContext.h

Modified: llvm/trunk/lib/VMCore/ConstantsContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/ConstantsContext.h?rev=92659&r1=92658&r2=92659&view=diff

==============================================================================
--- llvm/trunk/lib/VMCore/ConstantsContext.h (original)
+++ llvm/trunk/lib/VMCore/ConstantsContext.h Mon Jan  4 19:30:00 2010
@@ -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>





More information about the llvm-commits mailing list