================ @@ -265,21 +286,24 @@ void PacStatePrinter::print(raw_ostream &OS, const State &S) const { OS << ">"; } -class PacRetAnalysis - : public DataflowAnalysis<PacRetAnalysis, State, /*Backward=*/false, - PacStatePrinter> { - using Parent = - DataflowAnalysis<PacRetAnalysis, State, false, PacStatePrinter>; - friend Parent; - +class PacRetAnalysis { ---------------- atrosinenko wrote:
Moved NFC cleanup to #135073. https://github.com/llvm/llvm-project/pull/133461 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits