[llvm] r207585 - Tidy up.
Jim Grosbach
grosbach at apple.com
Tue Apr 29 15:41:58 PDT 2014
Author: grosbach
Date: Tue Apr 29 17:41:58 2014
New Revision: 207585
URL: http://llvm.org/viewvc/llvm-project?rev=207585&view=rev
Log:
Tidy up.
Modified:
llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp?rev=207585&r1=207584&r2=207585&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp Tue Apr 29 17:41:58 2014
@@ -342,8 +342,8 @@ bool NclPopcountRecognize::preliminarySc
return true;
}
-Value *NclPopcountRecognize::matchCondition (BranchInst *Br,
- BasicBlock *LoopEntry) const {
+Value *NclPopcountRecognize::matchCondition(BranchInst *Br,
+ BasicBlock *LoopEntry) const {
if (!Br || !Br->isConditional())
return nullptr;
More information about the llvm-commits
mailing list