mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Add prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
079236d1c9
commit
fdf6a3c8cc
@ -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…
x
Reference in New Issue
Block a user