mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
Include new prototype
llvm-svn: 9422
This commit is contained in:
parent
6a1c1640f5
commit
78d89a92b7
@ -104,6 +104,12 @@ Pass *createInternalizePass();
|
|||||||
//
|
//
|
||||||
Pass *createDeadArgEliminationPass(bool DeleteFromExternalFunctions=false);
|
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
|
// These passes are wrappers that can do a few simple structure mutation
|
||||||
|
Loading…
Reference in New Issue
Block a user