forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information
Showing
1 changed file
with
0 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters