Commits

Joe Groff committed 88b83fd725a
SILGen: Don't clobber variables from other pattern bindings in a PatternBindingDecl's initialization. The PBD entry index got dropped on the way from SILGenModule to SILGenFunction. Oops. Fixes rdar://problem/22207407. Swift SVN r31316