diff options
author | David Greene <greened@obbligato.org> | 2010-01-05 01:30:00 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2010-01-05 01:30:00 +0000 |
commit | 3652f2aeb6b18d57e2479590f03c962685aeaa44 (patch) | |
tree | 9d3e00357a60de34201838c1bf50aa053e65d697 /llvm/lib/VMCore/ConstantsContext.h | |
parent | f701473f9f22baafe0ac9bfeac98ed5a3c4a8889 (diff) | |
download | bcm5719-llvm-3652f2aeb6b18d57e2479590f03c962685aeaa44.tar.gz bcm5719-llvm-3652f2aeb6b18d57e2479590f03c962685aeaa44.zip |
Change errs() to dbgs().
llvm-svn: 92659
Diffstat (limited to 'llvm/lib/VMCore/ConstantsContext.h')
-rw-r--r-- | llvm/lib/VMCore/ConstantsContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantsContext.h b/llvm/lib/VMCore/ConstantsContext.h index 268a6602fa9..60ae13d2385 100644 --- a/llvm/lib/VMCore/ConstantsContext.h +++ b/llvm/lib/VMCore/ConstantsContext.h @@ -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> |