Commits

Chris Lattner committed c9e06575298
fix <rdar://problem/20941576> SILGen crash: Failable struct init cannot delegate to another failable initializer in a trivial struct, the 'self' argument in an initializer won't have a cleanup, so don't disable or reenable it when rebinding self due to delegation. Swift SVN r28674