Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair in...
authorTed Kremenek <kremenek@apple.com>
Mon, 23 Feb 2009 17:27:18 +0000 (17:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 23 Feb 2009 17:27:18 +0000 (17:27 +0000)
commit1c7a666fcef22e75dc675b06444f5a894f54d7be
tree90c4ff8ee69fd5f82d5da3990050c96c09210365
parente2abdd3ff0dd54a59edbd114ebb1d7728040a2d9
Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair in a ImmutableMap that has the highest ranked key.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65326 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h