projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016d7b9
)
Expose proto for SRoA pass.
author
Chris Lattner
<sabre@nondot.org>
Tue, 27 May 2003 15:52:45 +0000
(15:52 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index b7db4a6442a819575a314cb32260e6796223e94c..d408bee19fd86a438bdee6cf080d87cc61700540 100644
(file)
--- 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