Commits

Arnold Schwaighofer committed 0b1391a01fe
SILCodeMotion: Make release hoisting more aggressive Before this patch we would stop hoisting after the first release because the first hoisted release would block hoisting further releases. Now we just scan up to the first hoisted release in a basic block for subsequent releases. rdar://22842815 Swift SVN r32401