Commits

John McCall committed 32cf8b3bacf
Preserve SIL function order in the parser and IRGen. We're mostly not that bad about this right now, but lazy emission is going to wreak havoc. Note that SILGen itself doesn't really make very good decisions about the order in which to emit functions, but step one towards fixing that is actually respecting it. Swift SVN r14200