Simplify. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2015-11-09 16:56:06 +00:00
parent 1cff5e8007
commit 01eac64506

View File

@ -667,10 +667,7 @@ bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(
}
bool LoopIdiomRecognize::runOnNoncountableLoop() {
if (recognizePopcount())
return true;
return false;
return recognizePopcount();
}
/// Check if the given conditional branch is based on the comparison between