addede new pass, improved IR
This commit is contained in:
@@ -2218,12 +2218,12 @@ SgStatement* SgStatement::nextInChildList()
|
||||
return x;
|
||||
}
|
||||
|
||||
std::string SgStatement::sunparse()
|
||||
std::string SgStatement::sunparse(int lang)
|
||||
{
|
||||
#ifdef __SPF
|
||||
checkConsistence();
|
||||
#endif
|
||||
return std::string(unparse());
|
||||
return std::string(unparse(lang));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user