Commits

Sean Callanan committed 82ace2413dd
Fixed a problem in the playground instrumenter that caused direct logging of expression to fail type check sometimes. We introduce an intermediate variable, so instead of (pseudocode) 3 -> log(3) we have 3 -> var tmp = 3; log(tmp) Swift SVN r16189