Add includes a small NFC change (to use hasAddressTaken).
Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Transforms/IPO/PartialInlining.cpp | ||
|---|---|---|
| 32 | This is used in -Rpass=<pass_name> for consistency. 'partialinlining' does not look like a friendly name to use. | |
Comment Actions
It looks like you're missing the PM glue for requiring the analysis.
AU.addRequired<OptimizationRemarkEmitterWrapperPass>();, et similia (slightly annoying as we have to do that twice for the current and the future pass manager).
| lib/Transforms/IPO/PartialInlining.cpp | ||
|---|---|---|
| 32 | Please use partial-inlining (we almost always use dashes, not underscores, in these names). | |
Any reason to change the DEBUG_TYPE ?