Commits

Joe Groff committed 703bd9f3555
SIL: Add bits to distinguish get/set in SILModule. SIL needs a way to generate and reference getters and setters, which share a decl. Change SILModule to key its component Functions on a (ValueDecl, flags) pair rather than just on ValueDecl. Swift SVN r3354