We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2d4cc commit 5b847e5Copy full SHA for 5b847e5
include/swift/SILOptimizer/Analysis/ArraySemantic.h
@@ -83,6 +83,9 @@ class ArraySemanticsCall {
83
84
ArraySemanticsCall() : SemanticsCall(nullptr) {}
85
86
+ /// Return the SemanticsCall
87
+ ApplyInst *getInstruction() { return SemanticsCall; }
88
+
89
/// Can we hoist this call.
90
bool canHoist(SILInstruction *To, DominanceInfo *DT) const;
91
0 commit comments