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:
Chris Lattner 2003-05-27 15:52:45 +00:00
parent 016d7b9ed8
commit a161f0c7c9

View File

@ -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