summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCValue.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-02-05 01:23:14 +0000
committerReid Kleckner <reid@kleckner.net>2015-02-05 01:23:14 +0000
commit9ccec0662394fa20b80f0d738121cc3420d0b52d (patch)
treec2d7201dd280e0e4376b6942e2147ad75d65eb26 /llvm/lib/MC/MCValue.cpp
parentb1287ee5c9588bea4accde04c98e25471e9280b1 (diff)
downloadbcm5719-llvm-9ccec0662394fa20b80f0d738121cc3420d0b52d.tar.gz
bcm5719-llvm-9ccec0662394fa20b80f0d738121cc3420d0b52d.zip
Try to fix the build in MCValue.cpp
llvm-svn: 228256
Diffstat (limited to 'llvm/lib/MC/MCValue.cpp')
-rw-r--r--llvm/lib/MC/MCValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCValue.cpp b/llvm/lib/MC/MCValue.cpp
index 53654bd9dec..5512e031b61 100644
--- a/llvm/lib/MC/MCValue.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud