diff --git a/llvm/lib/Analysis/LazyCallGraph.cpp b/llvm/lib/Analysis/LazyCallGraph.cpp index beb8b7f0b1d8..ef16f94822a3 100644 --- a/llvm/lib/Analysis/LazyCallGraph.cpp +++ b/llvm/lib/Analysis/LazyCallGraph.cpp @@ -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) {