Commits

Doug Gregor committed 810e965af7f
Replace getAs<> with dyn_cast<> on TypeVariableTypes. By construction, we can never have a type that desugars to a TypeVariableType, so use dyn_cast<> rather than getAs<> for an easy 2% speedup. Swift SVN r3154