Commits

Mark Lacey committed 7284f31d4e6
Make output order of specialization less fragile. Change the function insert policy to insert specializations before the function we are specializing rather than at the end of the module in order to make the -emit-sil output a little less dependent on the actual order we specialize in. Swift SVN r22595