Commits

Mark Lacey committed 2cec37e73b3
Use isTransparent() from the referenced function rather than the apply. When creating a new apply, we were copying the transparent bit from the old apply, as well as the referenced function from the old apply. We should just use the transparent bit from that referenced function. Swift SVN r26384