removeNullStatements
Remove all null statements (those with only an integer constant or a null expression)
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
void
removeNullStatements(SgNode* n);
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs