Commits

Chris Lattner committed a5c7c65ee76
Move around the logic for handling autoimport of the swift standard library. We use the same (somewhat broken heuristics), they are just implemented in another way. The major functionality change is that previously, .sil files would auto import "swift" if they started with a non-sil decl. Now they never do. Swift SVN r5731