Skip to content

Commit

Permalink
Update DFG::combineForIter
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowMJ authored Mar 7, 2024
1 parent 008c8e0 commit 0b198c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DFG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void DFG::combine(string t_opt0, string t_opt1) {
}
}

// combineForIter combines patterns provided by users which should be a cycle, otherwise, the fusion won't be performed.
// Combines patterns provided by users which should be a cycle, otherwise, the fusion won't be performed.
void DFG::combineForIter(list<string>* t_targetPattern){
int patternSize = t_targetPattern->size();
string headOpt = string(t_targetPattern->front());
Expand Down

0 comments on commit 0b198c5

Please sign in to comment.