Skip to content

Commit a78512f

Browse files
committed
SWDEV-303548 - [Continuations] Updated with reviewer feedback
1 parent b95d8f2 commit a78512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/LazyCallGraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ class LazyCallGraph {
10891089
///
10901090
/// The CG must be updated following the use of this helper, for example with
10911091
/// updateCGAndAnalysisManagerForCGSCCPass(), to ensure the RefSCCs and SCCs
1092-
/// are correct.
1092+
/// are correctly identified.
10931093
void addSplitRefRecursiveFunctions(Function &OriginalFunction,
10941094
ArrayRef<Function *> NewFunctions);
10951095

0 commit comments

Comments
 (0)