From: Chris Lattner Date: Thu, 23 Oct 2003 16:51:49 +0000 (+0000) Subject: Include new prototype X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=815904d373cd5b9843d7fec0eb3e08e2cab17236;p=oota-llvm.git Include new prototype git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9422 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index a3c051fe37c..0a3f0a48d98 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