Commits

Nadav Rotem committed 34238e5701c
[AliasAnalysis] Remove duplicate code in TBAA. We have two places in TBAA that uses the class hierarchy to disambiguate types. This commit removes one of the checks (the one that looked more ad-hock) and keeps the check in line 540 that uses Type.isSuperclassOf.