[PATCH] D92489: [NFC] Reduce include files dependency.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 09:30:58 PST 2020


RKSimon added a comment.

Thanks for working on this!



================
Comment at: llvm/include/llvm/Analysis/AliasAnalysis.h:59
 class BasicBlock;
+class Function;
 class DominatorTree;
----------------
(style) ideally we try to keep these sorted


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92489/new/

https://reviews.llvm.org/D92489



More information about the llvm-commits mailing list