Commits

Roman Levenstein committed 233ed27fa12
[constant-propagation] Perform concatenation of string literals as a guaranteed optimization in constant-folding. Note that it done in both constant-propagation and in sil-combine. SILCombine catches cases that are exposed by inlining and other simplifications (which wouldn’t be guaranteed), but the constant prop case handles the guaranteed ones. rdar://19125926 Swift SVN r23656