[PATCH] D134056: [ModuleInliner] Move InlinePriority and its derived classes to InlineOrder.cpp (NFC)
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 12:31:47 PDT 2022
kazu marked an inline comment as done.
kazu added a comment.
Thank you for the review Mircea!
================
Comment at: llvm/lib/Analysis/InlineOrder.cpp:24
+class InlinePriority {
+public:
----------------
mtrofin wrote:
> should it be in a anonymous namespace?
Good point!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134056/new/
https://reviews.llvm.org/D134056
More information about the llvm-commits
mailing list