Remove noisy semicolon.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 13 Oct 2010 15:55:12 +0000 (15:55 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 13 Oct 2010 15:55:12 +0000 (15:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116407 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/RegionInfo.h

index b6ac1b368f5ca3d50ca736acf75e087a4da07bd9..737d46cac66c65d8f85a2a24004fd1c16fc14e5a 100644 (file)
@@ -295,7 +295,7 @@ public:
   /// @brief Check if a Region is the TopLevel region.
   ///
   /// The toplevel region represents the whole function.
-  bool isTopLevelRegion() const { return exit == NULL; };
+  bool isTopLevelRegion() const { return exit == NULL; }
 
   /// @brief Return a new (non canonical) region, that is obtained by joining
   ///        this region with its predecessors.