Commits

Joe Groff committed 56de5fb95ef
SIL: Drop unnecessary bits from SILFunctionType::ExtInfo. "Autoclosure" is uninteresting to SIL. "noescape" isn't currently used by SIL and we shouldn't have it until it has a meaningful effect on SIL. "throws" should be adequately represented by a SIL function type having an error result. Swift SVN r27023