]> granicus.if.org Git - llvm/commitdiff
Remove an extra ";", NFC.
authorHaojian Wu <hokein@google.com>
Fri, 30 Aug 2019 12:09:31 +0000 (12:09 +0000)
committerHaojian Wu <hokein@google.com>
Fri, 30 Aug 2019 12:09:31 +0000 (12:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370465 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopIdiomRecognize.cpp

index fca97dd05eed038449037f8fb64c70c2b1cf4772..17d83c4d6fca07c2e07e9b3fbfd117e644a96fa3 100644 (file)
@@ -1922,7 +1922,7 @@ bool LoopIdiomRecognize::matchBCmpLoopStructure(
   }
   LLVM_DEBUG(dbgs() << "Recognized basic control-flow layout.\n");
   return true;
-};
+}
 
 bool LoopIdiomRecognize::matchBCmpOfLoads(Value *BCmpValue,
                                           CmpOfLoads &CmpOfLoads) const {