mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Moves SignatureAnalyzer and ArgumentDescriptor/ResultDescriptor into a separate"
This reverts commit 069612bccc.
Reverts because it
Breaks compiling the stdlib (optimized, no stdlib assertions), while i try to reproduce and fix.
This commit is contained in:
@@ -1172,16 +1172,6 @@ ProjectionTree::~ProjectionTree() {
|
||||
N->~ProjectionTreeNode();
|
||||
}
|
||||
|
||||
void
|
||||
ProjectionTree::initializeWithExistingTree(const ProjectionTree &PT) {
|
||||
Kind = PT.Kind;
|
||||
EpilogueReleases = PT.EpilogueReleases;
|
||||
LiveLeafIndices = PT.LiveLeafIndices;
|
||||
for (const auto &N : PT.ProjectionTreeNodes) {
|
||||
ProjectionTreeNodes.push_back(new (Allocator) ProjectionTreeNode(*N));
|
||||
}
|
||||
}
|
||||
|
||||
SILValue
|
||||
ProjectionTree::computeExplodedArgumentValueInner(SILBuilder &Builder,
|
||||
SILLocation Loc,
|
||||
|
||||
Reference in New Issue
Block a user