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 e1cb0b5 commit 8617a5dCopy full SHA for 8617a5d
include/swift/SIL/SILArgumentConvention.h
@@ -94,12 +94,12 @@ struct SILArgumentConvention {
94
bool isOwnedConvention() const {
95
switch (Value) {
96
case SILArgumentConvention::Indirect_In:
97
+ case SILArgumentConvention::Indirect_In_Constant:
98
case SILArgumentConvention::Direct_Owned:
99
return true;
100
case SILArgumentConvention::Indirect_In_Guaranteed:
101
case SILArgumentConvention::Direct_Guaranteed:
102
case SILArgumentConvention::Indirect_Inout:
- case SILArgumentConvention::Indirect_In_Constant:
103
case SILArgumentConvention::Indirect_Out:
104
case SILArgumentConvention::Indirect_InoutAliasable:
105
case SILArgumentConvention::Direct_Unowned:
0 commit comments