Commits

Chris Lattner committed bc2fa502712
Start driving a stronger wedge between lvalue and rvalues, by making RValueEmitter only handle rvalues. Clients that can either have an lvalue or an rvalue (which are few, and will be diminishing as other planned changes happen like the tuple vs argument split) use a specific api to indicate such. Swift SVN r11572