Commits

Joe Groff committed 22c4e08b964
IRGen: Fix TypeInfo for witness_method SIL values. @convention(witness_method) values were changed to carry a pointer to their source witness table, but the type info wasn't changed to match. Fixing this fixes rdar://problem/26268544.