insertFortranContainsStatement
Insert Fortran "CONTAINS" statement.
Synopsis
Declared in <SageIII/astPostProcessing/insertFortranContainsStatement.h>
void
insertFortranContainsStatement(SgNode* node);
Description
OFP does not currently process a rule for the CONTAINS statement. Handling it can be automatic and we we have a fixup for the AST to introduce the CONTAINS statement automatically.
This may not be required if OFP is fixed.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs