diff options
-rw-r--r-- | include/llvm/Transforms/IPO.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index a3c051f..0a3f0a4 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -104,6 +104,12 @@ Pass *createInternalizePass(); // Pass *createDeadArgEliminationPass(bool DeleteFromExternalFunctions=false); +//===----------------------------------------------------------------------===// +// createIPConstantPropagationPass - This pass propagates constants from call +// sites into the bodies of functions. +// +Pass *createIPConstantPropagationPass(); + //===----------------------------------------------------------------------===// // These passes are wrappers that can do a few simple structure mutation |