[llvm] r228256 - Try to fix the build in MCValue.cpp

Sean Silva chisophugis at gmail.com
Wed Feb 4 17:46:55 PST 2015


Thanks. Sorry for the noise.

On Wed, Feb 4, 2015 at 5:23 PM, Reid Kleckner <reid at kleckner.net> wrote:

> Author: rnk
> Date: Wed Feb  4 19:23:14 2015
> New Revision: 228256
>
> URL: http://llvm.org/viewvc/llvm-project?rev=228256&view=rev
> Log:
> Try to fix the build in MCValue.cpp
>
> Modified:
>     llvm/trunk/lib/MC/MCValue.cpp
>
> Modified: llvm/trunk/lib/MC/MCValue.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCValue.cpp?rev=228256&r1=228255&r2=228256&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/MC/MCValue.cpp (original)
> +++ llvm/trunk/lib/MC/MCValue.cpp Wed Feb  4 19:23:14 2015
> @@ -39,7 +39,7 @@ void MCValue::print(raw_ostream &OS) con
>
>  #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
>  void MCValue::dump() const {
> -  print(dbgs(), nullptr);
> +  print(dbgs());
>  }
>  #endif
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150204/46f1f986/attachment.html>


More information about the llvm-commits mailing list