Commits

John McCall committed 7bf40e2f084
Project a non-fixed-size initial element using a bitcast instead of a GEP. LLVM does not permit GEPs over unsized types, even if the index is a constant zero. This makes simple code involving generic tuples work. Swift SVN r4969