mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user