Fix non-assert builds after D93828

This commit is contained in:
Arthur Eubanks 2021-01-06 11:41:09 -08:00
parent a6df39236f
commit 54c01057b6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {