Commits

Chris Lattner committed e2e36f28328
rework OwnershipComponent: instead of being the root of an lvalue, make it be an interior node that remaps the weak/unowned storage representation to its strong rvalue representation. This allows it to chain on top of ValueComponent and other memory-addressing things. NFC. Swift SVN r17931