[PATCH] D28006: IPO: Remove the ModuleSummary argument to the FunctionImport pass. NFCI.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 16:48:28 PST 2016


pcc created this revision.
pcc added reviewers: mehdi_amini, tejohnson.
pcc added a subscriber: llvm-commits.

No existing client is passing a non-null value here. This will come back
in a slightly different form as part of the type identifier summary work.


https://reviews.llvm.org/D28006

Files:
  llvm/include/llvm/Transforms/IPO.h
  llvm/include/llvm/Transforms/IPO/FunctionImport.h
  llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
  llvm/lib/Transforms/IPO/FunctionImport.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28006.82179.patch
Type: text/x-patch
Size: 6051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161221/ddb2d4ab/attachment.bin>


More information about the llvm-commits mailing list