Add prototype

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12194 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-03-07 21:30:08 +00:00
parent ed570a7dca
commit f0b6070272

View File

@ -114,6 +114,12 @@ Pass *createDeadArgEliminationPass();
// as well. This is definitely not safe, and should only be used by bugpoint.
Pass *createDeadArgHackingPass();
//===----------------------------------------------------------------------===//
// createArgumentPromotionPass - This pass promotes "by reference" arguments to
// be passed by value.
//
Pass *createArgumentPromotionPass();
//===----------------------------------------------------------------------===//
// createIPConstantPropagationPass - This pass propagates constants from call
// sites into the bodies of functions.