X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FMCLabel.cpp;h=1d3022a93e8642f162150b99688720d69b863ae8;hb=cce9e53d026f77ade0763beed0656fb35c3fdc0e;hp=9c0fc92e6c055af40987efcf4a50eb392ee3f718;hpb=ebe7fcd041e1e9c3a0c535b26d8cdb45805bbeb8;p=oota-llvm.git diff --git a/lib/MC/MCLabel.cpp b/lib/MC/MCLabel.cpp index 9c0fc92e6c0..1d3022a93e8 100644 --- a/lib/MC/MCLabel.cpp +++ b/lib/MC/MCLabel.cpp @@ -16,6 +16,8 @@ void MCLabel::print(raw_ostream &OS) const { OS << '"' << getInstance() << '"'; } +#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) void MCLabel::dump() const { print(dbgs()); } +#endif