Commits

Chris Lattner committed af3b55c1f07
Further reinforce TopLevelCodeDecl as the container for top level code. This nests top level PatternBindingDecls (in "main modules") under TopLevelCodeDecls, instead of having them live in a translation unit. They contain code that is executed, so they should be in a TLCD. Swift SVN r4668