Use move semantics if possible to construct ConstantRanges.
[oota-llvm.git] / lib / MC / MCObjectSymbolizer.cpp
index 923c9a0d5fafee70a939f2f30bf0a27db60355dc..aa7648e879df09a7a66300cf7e60ea37e8914b32 100644 (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);