projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e9e88
)
Fix a build error and change errs() to dbgs().
author
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:34:26 +0000
(
01:34
+0000)
committer
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:34:26 +0000
(
01:34
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92669
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/ConstantsContext.h
patch
|
blob
|
history
diff --git
a/lib/VMCore/ConstantsContext.h
b/lib/VMCore/ConstantsContext.h
index 60ae13d23850eb56e6c2b2220357a574b68afec2..08224e4488b08d381c4f700e02a0a6dea426cecf 100644
(file)
--- a/
lib/VMCore/ConstantsContext.h
+++ b/
lib/VMCore/ConstantsContext.h
@@
-17,6
+17,7
@@
#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>
@@
-763,7
+764,7
@@
public:
}
void dump() const {
- DEBUG(
err
s() << "Constant.cpp: ConstantUniqueMap\n");
+ DEBUG(
dbg
s() << "Constant.cpp: ConstantUniqueMap\n");
}
};