Use @inout result convention for mutate accessors

This commit is contained in:
Meghana Gupta
2025-10-14 15:05:25 -07:00
parent 25af94495c
commit a0c939bd3b
24 changed files with 128 additions and 42 deletions

View File

@@ -5526,6 +5526,7 @@ static uint8_t getRawStableResultConvention(swift::ResultConvention rc) {
SIMPLE_CASE(ResultConvention, Pack)
SIMPLE_CASE(ResultConvention, GuaranteedAddress)
SIMPLE_CASE(ResultConvention, Guaranteed)
SIMPLE_CASE(ResultConvention, Inout)
}
llvm_unreachable("bad result convention kind");
}