Commits

Chris Lattner committed a30e8730f40
teach SILBuilder::emitStrongRelease that copyaddr and assign instructions cannot decrement a retain count when they are initializations or of trivial types. This allows us to zap some retain/releases being emitted by silgen, particularly when accessing self ivars. Swift SVN r11019