mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Clarify that the issue is not in the devirtualizer
Swift SVN r19139
This commit is contained in:
@@ -473,6 +473,9 @@ processSpecializedProtocolConformance(SpecializedProtocolConformance *SPC,
|
||||
|
||||
// HACK: work around the fact that the substitution below might fail (there
|
||||
// are more dependent types than substitutions).
|
||||
//
|
||||
// Note: This is probably problem in the AST generics code. It is not an issue
|
||||
// of the devirtualizer.
|
||||
if (isSubstitutionGoingToFailHack(Subs, GenCalleeType))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user