forked from OSchip/llvm-project
Fix non-assert builds after D93828
This commit is contained in:
parent
a6df39236f
commit
54c01057b6
|
@ -1791,8 +1791,8 @@ void LazyCallGraph::addSplitRefRecursiveFunctions(
|
|||
assert(!N1->lookup(N2)->isCall() &&
|
||||
"Edges between new functions must be ref edges");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) {
|
||||
|
|
Loading…
Reference in New Issue