mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add prototype
llvm-svn: 11837
This commit is contained in:
parent
2a13dd5706
commit
64cbbad38e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user