[ObjCARC] Convert an if to an early continue. NFC
authorShoaib Meenai <smeenai@fb.com>
Thu, 3 May 2018 01:20:36 +0000 (01:20 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 3 May 2018 01:20:36 +0000 (01:20 +0000)
commita07295f97760715eca88b65aae926da2d1e96bdb
tree1a56bb2c9d8d2f6b7c0d6fa5bed5a168e5f4948c
parentf4d4cfbefa4c1e61a69f47ac41790cd15a65fb07
[ObjCARC] Convert an if to an early continue. NFC

This reduces nesting and makes the logic slightly easier to follow.

Differential Revision: https://reviews.llvm.org/D46371

llvm-svn: 331422
llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp