Add prototype

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-25 21:34:51 +00:00
parent 079236d1c9
commit fdf6a3c8cc

View File

@ -37,6 +37,13 @@ Pass* createLowerSetJmpPass();
Pass *createConstantMergePass();
//===----------------------------------------------------------------------===//
// createGlobalConstifierPass - This function returns a new pass that marks
// internal globals "constant" if they are provably never written to.
//
Pass *createGlobalConstifierPass();
//===----------------------------------------------------------------------===//
// createRaiseAllocationsPass - Return a new pass that transforms malloc and
// free function calls into malloc and free instructions.