Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup. The new...
authorTed Kremenek <kremenek@apple.com>
Mon, 7 Jul 2008 16:20:55 +0000 (16:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 7 Jul 2008 16:20:55 +0000 (16:20 +0000)
commitaa5044d3ce80a2759a6084911db77dec385a47fc
treea12d56f4f85e71f16ed187bdfb0e0db8bde3f622
parent21cacc4de88098a6f2ccfcde18ccec0aa6654f3e
Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup.  The new method does the same thing, except that it returns a pointer to the mapped data type, and not to an internal tree node.

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