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:
3a078b5
)
Change errs() to dbgs().
author
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:28:17 +0000
(
01:28
+0000)
committer
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:28:17 +0000
(
01:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92634
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCValue.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCValue.cpp
b/lib/MC/MCValue.cpp
index 69bd10c8e699dab1cf38b103687b53d1888c49e5..c1222ec88721c1dcb347bc762ef9d890fce8938d 100644
(file)
--- a/
lib/MC/MCValue.cpp
+++ b/
lib/MC/MCValue.cpp
@@
-8,6
+8,7
@@
//===----------------------------------------------------------------------===//
#include "llvm/MC/MCValue.h"
+#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
@@
-30,5
+31,5
@@
void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
}
void MCValue::dump() const {
- print(
err
s(), 0);
+ print(
dbg
s(), 0);
}