mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove noisy semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116407 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dba81cf40e
commit
e98fbba91f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user