Commits

Joe Groff committed 19d65fede51
IRGen: Visit all SIL Functions in a SILModule. Make the SIL visitor path a bit less hacky by more cleanly separating the AST walk to find types to codegen from the SIL module walk to find functions to codegen. This way, local functions and other such entry points from SIL actually get generated, and the closures test works. Swift SVN r3820