X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FMCLabel.cpp;h=1d3022a93e8642f162150b99688720d69b863ae8;hb=4259a1a7d8a0f6e8e53bccd516725f8480751a49;hp=95d7d16a19ab3d179380a8d40a1faf62364b484e;hpb=cc77eece74c8db09acc2af425e7e6c88a5bb30d1;p=oota-llvm.git diff --git a/lib/MC/MCLabel.cpp b/lib/MC/MCLabel.cpp index 95d7d16a19a..1d3022a93e8 100644 --- a/lib/MC/MCLabel.cpp +++ b/lib/MC/MCLabel.cpp @@ -16,7 +16,7 @@ void MCLabel::print(raw_ostream &OS) const { OS << '"' << getInstance() << '"'; } -#ifndef NDEBUG +#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) void MCLabel::dump() const { print(dbgs()); }