Remove debug print added in r182949.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182973 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ahmed Bougacha 2013-05-30 23:46:47 +00:00
parent 9e3e730417
commit 6f6ec56b12

View File

@ -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);