Commits

John McCall committed 08171453dae
Make it a bit easier to propogate expressions around instead of having to lower to an RValue. This is valuable because we can often emit an expression to a desired abstraction level more efficiently than just emitting it to minimal abstraction and then generalizing. Swift SVN r10455