Commits

Chris Lattner committed d41f51d30be
refactor a bit of code that is used to print out the pattern in the repl. Instead of generating a ton of ASTs to build up the string form, just build up the string form into a longer string, and print the whole result at once. Swift SVN r4621