mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 19:47:43 +03:00
maybe fix broken merge
This commit is contained in:
@@ -603,7 +603,7 @@ bool transformMinLengthToRepeat(NGHolder &g, ReportManager &rm) {
|
|||||||
predcs.clear();
|
predcs.clear();
|
||||||
predcs.emplace_back(v);
|
predcs.emplace_back(v);
|
||||||
}
|
}
|
||||||
assert(!preds.empty());
|
assert(!predcs.empty());
|
||||||
for (auto u : predcs) {
|
for (auto u : predcs) {
|
||||||
add_edge(u, cyclic, g);
|
add_edge(u, cyclic, g);
|
||||||
}
|
}
|
||||||
|
@@ -32,7 +32,6 @@
|
|||||||
*/
|
*/
|
||||||
#include "rose_build_merge.h"
|
#include "rose_build_merge.h"
|
||||||
|
|
||||||
/* just a comment to trigger builds/tests */
|
|
||||||
#include "grey.h"
|
#include "grey.h"
|
||||||
#include "rose_build.h"
|
#include "rose_build.h"
|
||||||
#include "rose_build_impl.h"
|
#include "rose_build_impl.h"
|
||||||
|
Reference in New Issue
Block a user