Commits

Chris Lattner committed 1ca2722e837
introduce ManagedValue::forLValue(x) as a helper function for making LValue ManagedValues, and switch SILGenLValue to use this form of managed value consistently for lvalues, instead of using unmanaged values in some cases. NFC. Swift SVN r11878