Commits

Joe Groff committed a5157cac071
SILGen: generate alloc_box/release for PatternDecl Update codegen for local variables and arguments to use the new alloc_box instruction to allocate retainable storage for the variables and to release the boxes when the variables go out of scope. Update tests to check for alloc_box and release sequences instead of alloc_var. Swift SVN r3242