]> granicus.if.org Git - llvm/commitdiff
Removed extra ; after function definition
authorKristof Umann <dkszelethus@gmail.com>
Tue, 2 Jul 2019 13:25:41 +0000 (13:25 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Tue, 2 Jul 2019 13:25:41 +0000 (13:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364923 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GenericIteratedDominanceFrontier.h

index 975ebafa0635dcbe65a327ea33ceed4930aea825..fcd21339ef1f5390d1dd8982469c835479a27316 100644 (file)
@@ -124,7 +124,7 @@ ChildrenGetterTy<NodeTy, IsPostDom>::get(
 
   auto Children = children<OrderedNodeTy>(N);
   return {Children.begin(), Children.end()};
-};
+}
 
 } // end of namespace IDFCalculatorDetail