SageInterface::makeSingleStatementBodyToBlock
Make a single statement body to be a basic block. Its parent is if, while, catch, etc.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
SgBasicBlock*
makeSingleStatementBodyToBlock(SgStatement* singleStmt);
Return Value
This class represents the concept of a block (not a basic block from control flow analysis).
Parameters
Name |
Description |
singleStmt |
This class represents the notion of a statement. |
Created with MrDocs