Commits

Mark Lacey committed 033934deebd
Rename FunctionAnalyzer to SignatureOptimizer. This is a first step towards moving the analysis portion of function signature optimization into an actual SILAnalysis. I'll split this class into two pieces (one for the analysis it does, and one for the rewrites it does) next.