Commits

Nadav Rotem committed ce867363fcb
Fix DenseMapInfo<AliasKeyTy>::getEmptyKey The all zero key is not a good empty key because it is a legal value. The all zero key means that we are comparing some value to itself (index zero in the value table), looking at the first SILValue value with no type information (for nullptr type info).