[PATCH] D45926: Fix DISubprogram while extracting instructions out of function
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 24 07:54:31 PDT 2018
aprantl added inline comments.
================
Comment at: include/llvm/Transforms/Utils/Cloning.h:132
+enum class CloneType {
+ InvalidCloneType,
----------------
Can you please also add documentation to CloneFunctionInto that explains what the difference between those modes is?
================
Comment at: include/llvm/Transforms/Utils/Cloning.h:132
+enum class CloneType {
+ InvalidCloneType,
----------------
aprantl wrote:
> Can you please also add documentation to CloneFunctionInto that explains what the difference between those modes is?
`/// Used to control \p CloneFunctionInto.`
https://reviews.llvm.org/D45926
More information about the llvm-commits
mailing list