Skip to content

Commit dc56df8

Browse files
committed
fixup! fixup! amend! [Utils] Extract CollectDebugInfoForCloning from CloneFunctionInto
1 parent 8723505 commit dc56df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/Utils/Cloning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
211211
/// subprograms that are reachable from \p F and can be considered global for
212212
/// the purposes of cloning (and hence not needing to be cloned).
213213
///
214-
/// What debug information is considered global depends on \p Changes: when
214+
/// What debug information should be processed depends on \p Changes: when
215215
/// cloning into the same module we process \p F's subprogram and instructions;
216216
/// when into a cloned module, neither of those.
217217
///

0 commit comments

Comments
 (0)