1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add prototype

llvm-svn: 11837
This commit is contained in:
Chris Lattner 2004-02-25 21:34:51 +00:00
parent 2a13dd5706
commit 64cbbad38e

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.