Commits

Joe Pamer committed dce0673db1d
We should avoid fixing type variables to optional types that wrap the type variable itself. When solving for the type variable, this will lead to the creation of a constraint where the variable is adjacent to itself. Such constraints are not permitted and will cause the compiler to crash. (rdar://problem/15727642) Swift SVN r14800