[ARC] Pull the ObjC ARC components that really serve the role of
[oota-llvm.git] / lib / MC / MCLabel.cpp
index 9c0fc92e6c055af40987efcf4a50eb392ee3f718..1d3022a93e8642f162150b99688720d69b863ae8 100644 (file)
@@ -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