Change hasUnboundGenericTypes to accept a CanType argument.

We are already only passing CanType arguments and really should only be dealing
with CanTypes at the SIL level.

Swift SVN r15699
This commit is contained in:
Michael Gottesman
2014-03-31 22:57:02 +00:00
parent 62eb79eb7b
commit f1899e185e
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ namespace swift {
void replaceWithSpecializedFunction(ApplyInst *AI, SILFunction *NewF);
/// \returns True if the type T has unbound generic types.
bool hasUnboundGenericTypes(Type T);
bool hasUnboundGenericTypes(CanType T);
} // end namespace swift