More progress towards getting same-type constraints working correctly.

Swift SVN r16023
This commit is contained in:
Joe Pamer
2014-04-07 21:31:52 +00:00
parent b9fdfe3063
commit 18f3bf67b0
7 changed files with 40 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ enum class AllocationArena;
/// \brief Type substitution mapping from substitutable types to their
/// replacements.
typedef llvm::DenseMap<SubstitutableType *, Type> TypeSubstitutionMap;
typedef llvm::DenseMap<TypeBase *, Type> TypeSubstitutionMap;
/// Map from non-type requirements to the corresponding conformance witnesses.
typedef llvm::DenseMap<ValueDecl *, ConcreteDeclRef> WitnessMap;