Commits

Erik Eckstein committed 57c5de4491a
[llvm-arc-opts] Optimize strong_retain_unowned/strong_release pairs. Replaces a swift_retainUnowned/swift_release pair with a swift_checkUnowned, if possible. For details see rdar://problem/21297936 Swift SVN r30262