[llvm-commits] [llvm] r116407 - /llvm/trunk/include/llvm/Analysis/RegionInfo.h

Benjamin Kramer benny.kra at googlemail.com
Wed Oct 13 08:55:12 PDT 2010


Author: d0k
Date: Wed Oct 13 10:55:12 2010
New Revision: 116407

URL: http://llvm.org/viewvc/llvm-project?rev=116407&view=rev
Log:
Remove noisy semicolon.

Modified:
    llvm/trunk/include/llvm/Analysis/RegionInfo.h

Modified: llvm/trunk/include/llvm/Analysis/RegionInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/RegionInfo.h?rev=116407&r1=116406&r2=116407&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/RegionInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/RegionInfo.h Wed Oct 13 10:55:12 2010
@@ -295,7 +295,7 @@
   /// @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.





More information about the llvm-commits mailing list