We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5c18 commit 2ab447aCopy full SHA for 2ab447a
llvm/include/llvm/Transforms/IPO/Attributor.h
@@ -1478,7 +1478,7 @@ struct AttributorConfig {
1478
/// The name of the pass running the attributor, used to emit remarks.
1479
const char *PassName = nullptr;
1480
1481
- using IPOAmendableCBTy = function_ref<bool(const Function &F)>;
+ using IPOAmendableCBTy = std::function<bool(const Function &F)>;
1482
IPOAmendableCBTy IPOAmendableCB;
1483
};
1484
0 commit comments