Commits

Joe Groff committed 9b3ca116397
IRGen: Fix leak when destroying dependent generic single-payload enum. The payload type of a dependent single-payload enum is "empty" but we still need to run its destructor. Oops. Fixes <rdar://problem/15383966>. Swift SVN r9932