Tidy up.
authorJim Grosbach <grosbach@apple.com>
Tue, 29 Apr 2014 22:41:58 +0000 (22:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 29 Apr 2014 22:41:58 +0000 (22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207585 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopIdiomRecognize.cpp

index 2c35f6f25dc7c39e30dd0900840f8139a72c3e5d..26a83dfdc3c0ced8d163465425f20486999878a4 100644 (file)
@@ -342,8 +342,8 @@ bool NclPopcountRecognize::preliminaryScreen() {
   return true;
 }
 
-Value *NclPopcountRecognize::matchCondition (BranchInst *Br,
-                                             BasicBlock *LoopEntry) const {
+Value *NclPopcountRecognize::matchCondition(BranchInst *Br,
+                                            BasicBlock *LoopEntry) const {
   if (!Br || !Br->isConditional())
     return nullptr;