Commits

Roman Levenstein committed 251bda4959c
Add a field to SILOption to represent the current optimization level. The value is set based on the -O command-line option. It is generally useful if SIL optimization passes can check the current optimization level. A couple of subsequent commits are going to make use of this information. Swift SVN r29653