OSDN Git Service

[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)
commitb9e51cf03e576a027e966a85688447d5203a8cfa
tree9e0f7a881486810ded4f9cf2ac8b5a529adc373a
parent034a688e82947dd8d25c47c440e2a3625d13c44a
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331422 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/ObjCARC/ObjCARCContract.cpp