Commits

Mark Lacey committed 5826c344399
Fix isTransparent() in SILGenPoly.cpp. It was checking the current function's transparency rather than the referenced function's transparency. Fixing this did not seem to have a measureable impact on the performance of -Onone code. Fixes rdar://problem/19477711. Swift SVN r24452