Commits

Joe Groff committed 5d79c4162ae
SIL: Remove unnecessary isObject() assertions from ValueBuffer instructions. SILGen is used to passing in lowered types without getting their object types specifically, and the object type may not be a legal SIL type for address-only types. Fixes rdar://problem/21408736. Swift SVN r29436