Commits

Jordan Rose committed cc53e1a7e7d
Remove Type parameter from ValueDecl constructor. We only know the type of functions and vars at the time we create them, and sometimes not even those. Just use setType() in those constructors and make all other ValueDecls simpler. Swift SVN r7756