[all-commits] [llvm/llvm-project] e17219: [IPO] Remove unnecessary Module.h includes. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Sep 11 04:13:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e17219b15f7528c8240a93fd9385b3a9f3290aa5
https://github.com/llvm/llvm-project/commit/e17219b15f7528c8240a93fd9385b3a9f3290aa5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h
M llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h
M llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
Log Message:
-----------
[IPO] Remove unnecessary Module.h includes. NFCI.
Uses of Module are all implicit to PassInfoMixin<> so we can guarantee PassManager.h to handle it for us.
More information about the All-commits
mailing list