OSDN Git Service

Cleanup: llvm::bsearch -> llvm::partition_point after r364719
authorFangrui Song <maskray@google.com>
Sun, 30 Jun 2019 11:19:56 +0000 (11:19 +0000)
committerFangrui Song <maskray@google.com>
Sun, 30 Jun 2019 11:19:56 +0000 (11:19 +0000)
commit3228596b4caa43c55d9d8d57dc604004cf04783a
treee1ac315d2de2b53a3e4d7b9da69833f379970833
parent726837ec5a76b296d2499d3dfea379f36d92e719
Cleanup: llvm::bsearch -> llvm::partition_point after r364719

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364720 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/ADT/STLExtras.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
lib/Analysis/ProfileSummaryInfo.cpp
lib/CodeGen/ExecutionDomainFix.cpp
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
lib/IR/DataLayout.cpp
lib/IR/Function.cpp
lib/ProfileData/InstrProf.cpp
lib/Target/X86/X86InstrFMA3Info.cpp
lib/TextAPI/MachO/InterfaceFile.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
tools/dsymutil/DwarfLinker.cpp
tools/llvm-objdump/llvm-objdump.cpp
unittests/ADT/STLExtrasTest.cpp