Remove noisy semicolon.

llvm-svn: 116407
This commit is contained in:
Benjamin Kramer 2010-10-13 15:55:12 +00:00
parent 85111907bb
commit c133c6ee1a
1 changed files with 1 additions and 1 deletions

View 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.