Commits

Slava Pestov committed 7b2aa2c0a22
SILGen: Fix lvalue reabstraction We didn't have any tests exercising SubstToOrigComponent and in fact it was broken. Fix emitInOut() to remove a level of inout from the origParam abstraction pattern and add some tests. Fixes <rdar://problem/20985062>. Swift SVN r29644