Make DenseMap's insert return a pair, to more closely resemble std::map.
authorDan Gohman <gohman@apple.com>
Mon, 7 Jul 2008 17:46:23 +0000 (17:46 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 7 Jul 2008 17:46:23 +0000 (17:46 +0000)
commit6b345ee9b2833cf1b2f79dc16d06d4060bec36ef
treeb8faef7c8acf95d5347e03581556fa77218d78a8
parentaa5044d3ce80a2759a6084911db77dec385a47fc
Make DenseMap's insert return a pair, to more closely resemble std::map.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53177 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseSet.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/Linker/LinkModules.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Transforms/Scalar/InstructionCombining.cpp