mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add ArraySemanticsCall::getInstruction method
This commit is contained in:
@@ -83,6 +83,9 @@ public:
|
||||
|
||||
ArraySemanticsCall() : SemanticsCall(nullptr) {}
|
||||
|
||||
/// Return the SemanticsCall
|
||||
ApplyInst *getInstruction() { return SemanticsCall; }
|
||||
|
||||
/// Can we hoist this call.
|
||||
bool canHoist(SILInstruction *To, DominanceInfo *DT) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user