We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62882ec commit 92c9362Copy full SHA for 92c9362
llvm/include/llvm/Analysis/LazyCallGraph.h
@@ -1091,7 +1091,7 @@ class LazyCallGraph {
1091
/// functions. Spurious/missing ref edges are allowed. The new functions
1092
/// are considered to be a RefSCC. If any new function references the
1093
/// original function they are all considered to be part of the original
1094
- /// functions RefSCC.
+ /// function's RefSCC.
1095
void addSplitRefRecursiveFunctions(Function &OriginalFunction,
1096
ArrayRef<Function *> NewFunctions);
1097
0 commit comments