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