Tidy up.
[oota-llvm.git] / 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;