make bitvector &= do the right thing if vectors have mismatched length.
[oota-llvm.git] / include / llvm / ADT / ImmutableMap.h
2007-10-09 Ted KremenekAdded implementation of immutable (functional) maps...