maybe fix broken merge

This commit is contained in:
G.E 2024-05-05 18:26:20 +03:00
parent bb056ab63f
commit 82cf36724e
2 changed files with 1 additions and 2 deletions

View File

@ -603,7 +603,7 @@ bool transformMinLengthToRepeat(NGHolder &g, ReportManager &rm) {
predcs.clear();
predcs.emplace_back(v);
}
assert(!preds.empty());
assert(!predcs.empty());
for (auto u : predcs) {
add_edge(u, cyclic, g);
}

View File

@ -32,7 +32,6 @@
*/
#include "rose_build_merge.h"
/* just a comment to trigger builds/tests */
#include "grey.h"
#include "rose_build.h"
#include "rose_build_impl.h"