diff options
Diffstat (limited to 'include/llvm-c/Transforms/IPO.h')
| -rw-r--r-- | include/llvm-c/Transforms/IPO.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/llvm-c/Transforms/IPO.h b/include/llvm-c/Transforms/IPO.h index 3af7425dd268..7705b1864dc3 100644 --- a/include/llvm-c/Transforms/IPO.h +++ b/include/llvm-c/Transforms/IPO.h @@ -34,6 +34,9 @@ void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM);  /** See llvm::createConstantMergePass function. */  void LLVMAddConstantMergePass(LLVMPassManagerRef PM); +/** See llvm::createCalledValuePropagationPass function. */ +void LLVMAddCalledValuePropagationPass(LLVMPassManagerRef PM); +  /** See llvm::createDeadArgEliminationPass function. */  void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM); | 
