Commits

Joe Groff committed cf539df2492
IRGen: Crash on impossible type metadata cases instead of claiming them unimplemented. We should never actually try to emit metadata for dependent types, lvalues, inouts, or SIL function types; these cases indicate upstream bugs in Sema or SILGen. Swift SVN r16058