Commits

Joe Groff committed 480a55c5446
IRGen: Fix the address type of empty boxes. Should be %swift.opaque*, or whatever the empty type claims as its storage type, not a pointer to the box type itself. Fixes rdar://problem/21597855. Swift SVN r29795