Commits

John McCall committed e698e9aa96f
Fix a mistake where swift_getGenericMetadata was literally never uniquing things successfully because I can't use memcmp correctly. Since nothing was relying on uniquing, and we didn't have tests which relied on different instantiations getting different metadata, this had no negative effects besides causing my O(n) search algorithm to make certain tests very, very slow. Swift SVN r2980