Commits

Slava Pestov committed 127961795e6
Reflection: Fix tests to pass when optimizations are on Prevent the optimizer from eliminating alloc_box instructions in box_descriptors.sil by returning the boxes, and inhibit literal capture propagation in functions.swift. Fixes <rdar://problem/26561954>.