Skip to content

Commit 3900ce2

Browse files
committed
fixup! [ARM] Avoid clobbering byval arguments when passing to tail-calls
Remove old comment
1 parent 12ba763 commit 3900ce2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/test/CodeGen/ARM/musttail.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ entry:
209209
ret void
210210
}
211211

212-
; TODO: This test swaps the two byval arguments, but does so without copying to
213-
; a temporary location first, so the first copy overwrites the memory which
214-
; will be ready by the second.
215212
declare void @two_byvals_callee(%twenty_bytes* byval(%twenty_bytes) align 4, %twenty_bytes* byval(%twenty_bytes) align 4)
216213
define void @swap_byvals(%twenty_bytes* byval(%twenty_bytes) align 4 %a, %twenty_bytes* byval(%twenty_bytes) align 4 %b) {
217214
; CHECK-LABEL: swap_byvals:

0 commit comments

Comments
 (0)