From: Daniil Fukalov Date: Wed, 16 Nov 2016 16:41:40 +0000 (+0000) Subject: test commit, changed tab to spaces, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9285a582386853adc984628349679a11fd58ebd3;p=llvm test commit, changed tab to spaces, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287116 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index 25e1de49d11..0bb624c9081 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -539,7 +539,7 @@ CompareValueComplexity(SmallSet, 8> &EqCache, CompareValueComplexity(EqCache, LI, LInst->getOperand(Idx), RInst->getOperand(Idx), DepthLeft - 1); if (Result != 0) - return Result; + return Result; EqCache.insert({LV, RV}); } }