Include new prototype
authorChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 16:51:49 +0000 (16:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 16:51:49 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9422 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO.h

index a3c051fe37c339e78ad680dfe40f1e1dba8d865e..0a3f0a48d983a65c61c07ebfd0c32d126fba5400 100644 (file)
@@ -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