Commits

Chris Lattner committed 2b7f6b82b41
rename Builtin.move to Builtin.take. This matches the SIL naming better, and avoids confusion with the C++'11 notion of "move". 'take' destroys source, where std::move leaves it destroyable. Swift SVN r16316