Commits

Chris Lattner committed 425819ac075
Change the SIL string_literal instruction to produce three results (the same way alloc_box returns two) instead of returning a tuple. This eliminates a ton of tuple_extract instructions, which just bloat the generated SIL. This resolves rdar://15378135. Swift SVN r10416