mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Fix non-assert builds after D93828
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user