mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
Expose proto for SRoA pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
016d7b9ed8
commit
a161f0c7c9
@ -55,6 +55,13 @@ Pass *createDeadCodeEliminationPass();
|
||||
Pass *createAggressiveDCEPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Scalar Replacement of Aggregates - Break up alloca's of aggregates into
|
||||
// multiple allocas if possible.
|
||||
//
|
||||
Pass *createScalarReplAggregatesPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// DecomposeMultiDimRefs - Convert multi-dimensional references consisting of
|
||||
|
Loading…
Reference in New Issue
Block a user