diff --git a/lib/Sema/ConstraintSystem.h b/lib/Sema/ConstraintSystem.h index 4c93b2ef74571..0263164b986df 100644 --- a/lib/Sema/ConstraintSystem.h +++ b/lib/Sema/ConstraintSystem.h @@ -1016,7 +1016,7 @@ class Solution { llvm::SmallPtrSet DefaultedConstraints; /// The node -> type mappings introduced by this solution. - llvm::MapVector nodeTypes; + llvm::DenseMap nodeTypes; /// Contextual types introduced by this solution. std::vector> contextualTypes;