Include new prototype

llvm-svn: 9422
This commit is contained in:
Chris Lattner 2003-10-23 16:51:49 +00:00
parent 6a1c1640f5
commit 78d89a92b7

View 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