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 21d7a25 commit b8a0893Copy full SHA for b8a0893
test/SILOptimizer/inout_deshadow_integration.swift
@@ -94,7 +94,7 @@ struct StructWithMutatingMethod {
94
95
// CHECK-LABEL: sil hidden @$s26inout_deshadow_integration24StructWithMutatingMethodV08mutatingG0{{[_0-9a-zA-Z]*}}F : $@convention(method) (@inout StructWithMutatingMethod) -> () {
96
// CHECK-NOT: alloc_box
97
-// CHECK-NOT: alloc_stack
+// CHECK-NOT: alloc_stack $
98
// CHECK: }
99
100
// CHECK-LABEL: sil hidden @$s26inout_deshadow_integration24StructWithMutatingMethodV28testStandardLibraryOperators{{[_0-9a-zA-Z]*}}F : $@convention(method) (@inout StructWithMutatingMethod) -> () {
0 commit comments