mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 06:27:56 +00:00
New prototype
llvm-svn: 18751
This commit is contained in:
parent
220a30ec86
commit
a856de4013
@ -138,6 +138,12 @@ ModulePass *createArgumentPromotionPass();
|
||||
///
|
||||
ModulePass *createIPConstantPropagationPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// createIPSCCPPass - This pass propagates constants from call sites into the
|
||||
/// bodies of functions, and keeps track of whether basic blocks are executable
|
||||
/// in the process.
|
||||
///
|
||||
ModulePass *createIPSCCPPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user