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 a7e5f28 commit ef6a6ccCopy full SHA for ef6a6cc
test/SILOptimizer/outliner_ossa.sil
@@ -292,7 +292,7 @@ class Sub : Super {
292
293
// We used to assert here because of an over-strong expectation about the location
294
// of destroy_value instructions.
295
-sil hidden [ossa] @destroy_after_borrow : $@convention(thin) () -> @owned Sub {
+sil [Osize] [ossa] @destroy_after_borrow : $@convention(thin) () -> @owned Sub {
296
%104 = apply undef() : $@convention(objc_method) () -> @owned Super
297
%107 = unchecked_ref_cast %104 : $Super to $Sub
298
%158 = begin_borrow %107 : $Sub
0 commit comments