diff options
Diffstat (limited to 'llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h')
-rw-r--r-- | llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h b/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h index f5cbf9eb061..54e1c243ae2 100644 --- a/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h +++ b/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h @@ -24,7 +24,7 @@ namespace llvm { /// A pass which infers function attributes from the names and signatures of /// function declarations in a module. struct InferFunctionAttrsPass : PassInfoMixin<InferFunctionAttrsPass> { - PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM); + PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM); }; /// Create a legacy pass manager instance of a pass to infer function |