Commits

Roman Levenstein committed 7a1faed66ff
Add a new helper option -sil-print-only-functions useful for controlling SIL output. -sil-print-only-functions takes a string as its argument and only prints out SIL for the functions whose name contains this string as a substring. This is useful e.g. if you want to emit SIL only for certain functions and see how their SIL changes after each pass. Swift SVN r24914