From: Reid Kleckner Date: Thu, 5 Feb 2015 01:23:14 +0000 (+0000) Subject: Try to fix the build in MCValue.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6d3ceb23c7f3993b1e76268f26263f68be2821f9;p=oota-llvm.git Try to fix the build in MCValue.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCValue.cpp b/lib/MC/MCValue.cpp index 53654bd9dec..5512e031b61 100644 --- 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