diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-23 16:51:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-23 16:51:49 +0000 |
commit | 815904d373cd5b9843d7fec0eb3e08e2cab17236 (patch) | |
tree | 1f44464ab33cee3fe76099e2f0b1e9c97b38c8e8 | |
parent | b461d37be9ddbecc03922b8dfae7408af6abf5fb (diff) |
Include new prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9422 91177308-0d34-0410-b5e6-96231b3b80d8
-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 a3c051fe37..0a3f0a48d9 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 |