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:
bd59cd4
)
Try to fix the build in MCValue.cpp
author
Reid Kleckner
<reid@kleckner.net>
Thu, 5 Feb 2015 01:23:14 +0000
(
01:23
+0000)
committer
Reid Kleckner
<reid@kleckner.net>
Thu, 5 Feb 2015 01:23:14 +0000
(
01:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228256
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 53654bd9dec118a08ddc2775ec22718fab49f1f3..5512e031b61f065cc9505fd51e88699448b214c8 100644
(file)
--- a/
lib/MC/MCValue.cpp
+++ b/
lib/MC/MCValue.cpp
@@
-39,7
+39,7
@@
void MCValue::print(raw_ostream &OS) const {
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
void MCValue::dump() const {
- print(dbgs()
, nullptr
);
+ print(dbgs());
}
#endif