[GSB] Make compareDependentTypes() visible to other translation units.

This commit is contained in:
Doug Gregor
2017-11-04 22:46:01 -07:00
parent c845b07964
commit 6fc218ba7d
2 changed files with 4 additions and 3 deletions

View File

@@ -1744,6 +1744,9 @@ inline bool isErrorResult(GenericSignatureBuilder::ConstraintResult result) {
}
}
/// Canonical ordering for dependent types.
int compareDependentTypes(Type type1, Type type2);
} // end namespace swift
#endif