From: Chris Lattner Date: Tue, 27 May 2003 15:52:45 +0000 (+0000) Subject: Expose proto for SRoA pass. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a161f0c7c939ff16c975d53302ca543be2c12243;p=oota-llvm.git Expose proto for SRoA pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6348 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index b7db4a6442a..d408bee19fd 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -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