Skip to content

Commit b00b18b

Browse files
committed
[gardening] Add a space in between apply and [nothrow] in a test. NFC.
1 parent 0fe7e14 commit b00b18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/stack_promotion.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ bb0(%0 : $Int, %closure: $@callee_owned (@inout Int) -> (@out (), @error Error))
624624
// pass the array to the withUnsafeMutableBufferPointer closure.
625625
%21 = function_ref @withUnsafeMutableBufferPointer : $@convention(method) (@owned @callee_owned (@inout Int) -> (@out (), @error Error), @inout Array<Int>) -> (@out (), @error Error)
626626
%22 = alloc_stack $()
627-
%23 = apply [nothrow]%21(%22, %closure, %the_array) : $@convention(method) (@owned @callee_owned (@inout Int) -> (@out (), @error Error), @inout Array<Int>) -> (@out (), @error Error)
627+
%23 = apply [nothrow] %21(%22, %closure, %the_array) : $@convention(method) (@owned @callee_owned (@inout Int) -> (@out (), @error Error), @inout Array<Int>) -> (@out (), @error Error)
628628
dealloc_stack %22 : $*()
629629

630630
dealloc_stack %the_array: $*Array<Int>

0 commit comments

Comments
 (0)