mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
Include new prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b461d37be9
commit
815904d373
@ -104,6 +104,12 @@ Pass *createInternalizePass();
|
||||
//
|
||||
Pass *createDeadArgEliminationPass(bool DeleteFromExternalFunctions=false);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createIPConstantPropagationPass - This pass propagates constants from call
|
||||
// sites into the bodies of functions.
|
||||
//
|
||||
Pass *createIPConstantPropagationPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// These passes are wrappers that can do a few simple structure mutation
|
||||
|
Loading…
Reference in New Issue
Block a user