Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicalize the...
authorTed Kremenek <kremenek@apple.com>
Tue, 13 Oct 2009 19:08:10 +0000 (19:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 13 Oct 2009 19:08:10 +0000 (19:08 +0000)
commit9688079e07dce7748d14a761d52732add634ba4c
tree0b65cc43e829859777dd7b17328a86c1920b3112
parent47eedaa8fa597e3302012b0ef8f24c4886ef6188
Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicalize the internal functional AVL trees.  This should speedup clients that use ImmutableMap/ImmutableSet but don't require fast comparisons of maps.

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