Use early returns to reduce indentation.
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 3 Apr 2015 21:32:06 +0000 (21:32 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 3 Apr 2015 21:32:06 +0000 (21:32 +0000)
commit4615ac61c598713005a620c985fef7629571ad67
treec828e986c5e936b8ce8d658232150e6628c2b433
parent33b9ae320a28d0ceb5ff28bf4fd34768bfb62206
Use early returns to reduce indentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234057 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyLibCalls.cpp