Commits

Joe Groff committed fb993201349
SILGen: Don't load trivial materializes on cleanup emitReleaseRValue is smart enough to do nothing with trivial types, but a useless load instruction was still being generated for cleaning up materializes. Don't do that. Swift SVN r3455