Commits

Sean Callanan committed 904cccf77df
Fixed a bug where the playground transform tried to initialize variables using lvalues. Instead it now uses a LoadExpr to convert the lvalue to an rvalue before using it as an initializer. <rdar://problem/16812526> Swift SVN r17553