diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index 5006b3da69d..77f63f5c8de 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -138,6 +138,12 @@ ModulePass *createArgumentPromotionPass(); /// ModulePass *createIPConstantPropagationPass(); +//===----------------------------------------------------------------------===// +/// createIPSCCPPass - This pass propagates constants from call sites into the +/// bodies of functions, and keeps track of whether basic blocks are executable +/// in the process. +/// +ModulePass *createIPSCCPPass(); //===----------------------------------------------------------------------===// //