Clarify that the issue is not in the devirtualizer

Swift SVN r19139
This commit is contained in:
Arnold Schwaighofer
2014-06-24 20:33:00 +00:00
parent 00e1e0c6cb
commit b8283915cf

View File

@@ -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;