Commits

Joe Groff committed 1300efb8fbe
SIL: Represent float_literal values with bitwise representations. This way we don't need to deal with the inaccuracy of decimal float literals. While we're here, modify the in-memory representation of IntegerLiteralInst and FloatLiteralInst to save the word array of the APInt instead of round-tripping through plain text. Swift SVN r6676