fix codestyle
This commit is contained in:
@@ -14,7 +14,6 @@ using namespace std;
|
|||||||
|
|
||||||
static bool isParentStmt(SgStatement* stmt, SgStatement* parent)
|
static bool isParentStmt(SgStatement* stmt, SgStatement* parent)
|
||||||
{
|
{
|
||||||
// && sgStats.find(stmt->thebif) == sgStats.end()
|
|
||||||
for (; stmt; stmt = stmt->controlParent())
|
for (; stmt; stmt = stmt->controlParent())
|
||||||
if (stmt == parent)
|
if (stmt == parent)
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user