Commits

Joe Groff committed b5c42d9876f
SILGen: Consume address-only arguments in-place. If an address-only argument doesn't need a box, we can just bind the address we were passed to the argument variable directly. We only need to destroy_addr the value when it goes out of scope. Swift SVN r4929