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.
2 parents 758d4ed + ef6a6cc commit 1894a58Copy full SHA for 1894a58
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