Expose proto for SRoA pass.
authorChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 15:52:45 +0000 (15:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 15:52:45 +0000 (15:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6348 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index b7db4a6442a819575a314cb32260e6796223e94c..d408bee19fd86a438bdee6cf080d87cc61700540 100644 (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