We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f70f60b + 1af49ec commit 7710ee8Copy full SHA for 7710ee8
include/swift/SILOptimizer/Analysis/EscapeAnalysis.h
@@ -449,7 +449,7 @@ class EscapeAnalysis : public BottomUpIPAnalysis {
449
450
/// Sets the outgoing points-to edge. The \p To node must be a Content node.
451
void setPointsToEdge(CGNode *To) {
452
- assert(!To->mergeTo);
+ assert(!To->isMerged);
453
assert(To->Type == NodeType::Content &&
454
"Wrong node type for points-to edge");
455
pointsToIsEdge = true;
0 commit comments