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 b95d8f2 commit a78512fCopy full SHA for a78512f
llvm/include/llvm/Analysis/LazyCallGraph.h
@@ -1089,7 +1089,7 @@ class LazyCallGraph {
1089
///
1090
/// The CG must be updated following the use of this helper, for example with
1091
/// updateCGAndAnalysisManagerForCGSCCPass(), to ensure the RefSCCs and SCCs
1092
- /// are correct.
+ /// are correctly identified.
1093
void addSplitRefRecursiveFunctions(Function &OriginalFunction,
1094
ArrayRef<Function *> NewFunctions);
1095
0 commit comments