Commits

Chris Lattner committed b6ad8d5efc9
Teach emitBindOptional() to disable the cleanup for the optional it is testing on the nil path. This avoids emitting a "release" operation on an optional temporary that is always guaranteed to be dynamically nil. This cleans up the generated code for x?.foo(). Swift SVN r28103