[PATCH] D142027: [Assignment Tracking][NFC] Replace LLVM command line option with a new module flag
Carlos Alberto Enciso via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 05:39:57 PST 2023
CarlosAlbertoEnciso added inline comments.
================
Comment at: llvm/include/llvm/IR/DebugInfo.h:295
class AssignmentTrackingPass : public PassInfoMixin<AssignmentTrackingPass> {
-public:
void runOnFunction(Function &F);
+
----------------
Any reason for the change to `private`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142027/new/
https://reviews.llvm.org/D142027
More information about the llvm-commits
mailing list