From e98fbba91f8806526cba67cb44c08a391b84a31f Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 13 Oct 2010 15:55:12 +0000 Subject: [PATCH] Remove noisy semicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116407 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/RegionInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/RegionInfo.h b/include/llvm/Analysis/RegionInfo.h index b6ac1b368f5..737d46cac66 100644 --- a/include/llvm/Analysis/RegionInfo.h +++ b/include/llvm/Analysis/RegionInfo.h @@ -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. -- 2.34.1