Commits

Chris Lattner committed 7532213f4a4
simplify the SIL string_literal instruction to only produce a single value, which is the address of the string data. Have SILGen compute and produce the isASCII bit as an integer literal, and remove the logic from IRGen. This overall approach is simpler and enables better SIL-level optimizations. Swift SVN r13363