Program Listing for File fixupConstantFoldedValues.h#
↰ Return to documentation for file (src/frontend/SageIII/astPostProcessing/fixupConstantFoldedValues.h)
#ifndef FIXUP_CONSTANT_FOLDED_VALUES_H
#define FIXUP_CONSTANT_FOLDED_VALUES_H
// ******************************************
// This is the API function we use externally
// ******************************************
// Remove originalExpressionTree, which is used to preserver the original expression tree before constant folding applied by EDG
// Or replace folded expressions with their original expression trees
void resetConstantFoldedValues( SgNode* node );
#endif