From 71dc2e6f45a5b00dec24a26ab2864690cbba5ea4 Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Tue, 23 Jul 2013 17:44:11 +0000 Subject: Revert "Remove use of asymmetric std::lower_bound comparator." This reverts commit r185676. Originally done because of VS 2008. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186969 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCModule.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/llvm/MC/MCModule.h b/include/llvm/MC/MCModule.h index f43142b..02f8ca0 100644 --- a/include/llvm/MC/MCModule.h +++ b/include/llvm/MC/MCModule.h @@ -51,11 +51,6 @@ class MCModule { /// \brief Insert an atom in the module, using its Begin and End addresses. void map(MCAtom *NewAtom); - - /// \brief Return an iterator to the first atom that is completely or in part - /// located after \p Addr, i.e., that \p Addr is bigger than its end address. - AtomListTy::const_iterator atom_lower_bound(uint64_t Addr) const; - AtomListTy:: iterator atom_lower_bound(uint64_t Addr); /// @} /// \name Function tracking -- cgit v1.1