summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Transforms/IPO.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm-c/Transforms/IPO.h')
-rw-r--r--llvm/include/llvm-c/Transforms/IPO.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm-c/Transforms/IPO.h b/llvm/include/llvm-c/Transforms/IPO.h
index 7b5138f0ef3..b6397d1c324 100644
--- a/llvm/include/llvm-c/Transforms/IPO.h
+++ b/llvm/include/llvm-c/Transforms/IPO.h
@@ -36,6 +36,9 @@ void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM);
/** See llvm::createFunctionInliningPass function. */
void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM);
+/** See llvm::createAlwaysInlinerPass function. */
+void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM);
+
/** See llvm::createGlobalDCEPass function. */
void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM);
OpenPOWER on IntegriCloud