Skip to content

Commit 0a8e8ea

Browse files
committed
Update dead_alloc_elim.sil
1 parent b8bd250 commit 0a8e8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/dead_alloc_elim.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,5 +719,5 @@ bb0:
719719
%empty = builtin "zeroInitializer"(%0 : $*Kl) : $()
720720
dealloc_stack %0 : $*Kl
721721
%1 = tuple ()
722-
return %1
722+
return %1 : $()
723723
}

0 commit comments

Comments
 (0)