[llvm] r182973 - Remove debug print added in r182949.

Ahmed Bougacha ahmed.bougacha at gmail.com
Thu May 30 16:46:47 PDT 2013


Author: ab
Date: Thu May 30 18:46:47 2013
New Revision: 182973

URL: http://llvm.org/viewvc/llvm-project?rev=182973&view=rev
Log:
Remove debug print added in r182949.

Modified:
    llvm/trunk/lib/MC/MCObjectSymbolizer.cpp

Modified: llvm/trunk/lib/MC/MCObjectSymbolizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCObjectSymbolizer.cpp?rev=182973&r1=182972&r2=182973&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCObjectSymbolizer.cpp (original)
+++ llvm/trunk/lib/MC/MCObjectSymbolizer.cpp Thu May 30 18:46:47 2013
@@ -42,7 +42,6 @@ public:
     }
     uint64_t Addr = Value;
     SortedSectionList::const_iterator SI = findSectionContaining(Addr);
-    errs() << " looking for sec " << Addr << "\n";
     if (SI != SortedSections.end()) {
       const SectionRef &S = *SI;
       StringRef Name; S.getName(Name);





More information about the llvm-commits mailing list