Skip to content

Commit 92c9362

Browse files
author
tnowicki
committed
[Coroutines] Updated with reviewer feedback
1 parent 62882ec commit 92c9362

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
@@ -1091,7 +1091,7 @@ class LazyCallGraph {
10911091
/// functions. Spurious/missing ref edges are allowed. The new functions
10921092
/// are considered to be a RefSCC. If any new function references the
10931093
/// original function they are all considered to be part of the original
1094-
/// functions RefSCC.
1094+
/// function's RefSCC.
10951095
void addSplitRefRecursiveFunctions(Function &OriginalFunction,
10961096
ArrayRef<Function *> NewFunctions);
10971097

0 commit comments

Comments
 (0)