improved MERGE_ARRAYS
This commit is contained in:
@@ -52,4 +52,7 @@ void fillShrinkFromComment(Statement *stIn, std::vector<std::pair<fillType, std:
|
||||
template<typename fillType>
|
||||
void fillCheckpointFromComment(Statement *stIn, std::map<int, Expression*> &clauses, std::set<fillType> &vars, std::set<fillType> &expt);
|
||||
|
||||
template<typename fillType>
|
||||
void fillMergeArraysFromComment(Statement* stIn, std::pair<fillType, fillType>& toReplace);
|
||||
|
||||
int getCoverPropertyFromComment(Statement* stIn);
|
||||
|
||||
Reference in New Issue
Block a user