Commits

Xin Tong committed 4e46dacc3df
Completely replace swift_retain_noresult with swift_retain. this is part of a series of commits to remove reference forwarding for some of the ARC entry points. rdar://22724641. After this commit, swift_retain_noresult will be completely replaced by swift_retain and LLVMARCOpts.cpp will no longer canonicalize swift_retain to swift_retain_noresult as now swift_retain returns no reference. Swift SVN r32058