Commits

Chris Lattner committed b91d335c10b
teach DCE's "isUserCode" predicate to ignore autogenerated code, like the conditional destroy logic generated by DI. This silences a bogus warning building the stdlib, in which DCE is proved that conditional destroy logic wasn't needed. Swift SVN r10735