Skip to content

Commit 48dff00

Browse files
committed
[ownership] Improve a lit test line.
This will make sure that the default block doesn't have an argument.
1 parent f1327be commit 48dff00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/mandatory_inlining_ossa_to_non_ossa.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ bb6:
283283
// CHECK: [[SOME]]([[PAYLOAD:%.*]] :
284284
// CHECK: release_value [[PAYLOAD]]
285285
//
286-
// CHECK: [[DEFAULT]]
286+
// CHECK: [[DEFAULT]]:
287287
// CHECK: release_value [[ARG1]]
288288
// CHECK: } // end sil function 'term_non_ossa_caller'
289289
sil @term_non_ossa_caller : $@convention(thin) (@owned Builtin.NativeObject, @owned FakeOptional<Klass>) -> () {
@@ -292,4 +292,4 @@ bb0(%0 : $Builtin.NativeObject, %1 : $FakeOptional<Klass>):
292292
apply %2(%0, %1) : $@convention(thin) (@owned Builtin.NativeObject, @owned FakeOptional<Klass>) -> ()
293293
%9999 = tuple()
294294
return %9999 : $()
295-
}
295+
}

0 commit comments

Comments
 (0)