Commits

Erik Eckstein committed ff7da42e8bd
A first version of the side-effects analysis. It provides side-effect information for functions, e.g. does it write to memory, etc. For details see the comments in SideEffectAnalysis.h With this commit, the side-effect analysis is just computed but not used anywhere yet. So, regarding the generated code it is NFC. Swift SVN r31951