mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove this va_arg test, which is no longer applicable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ffc42f8ea
commit
34220aedc4
@ -87,14 +87,11 @@ block:
|
||||
unreachable
|
||||
}
|
||||
|
||||
; CHECK: Undefined behavior: Call with "tail" keyword references alloca
|
||||
; CHECK: Undefined behavior: Call with "tail" keyword references alloca
|
||||
declare void @tailcallee(i8*)
|
||||
define void @use_tail(i8* %valist) {
|
||||
%t = alloca i8
|
||||
tail call void @tailcallee(i8* %t)
|
||||
%s = va_arg i8* %valist, i8*
|
||||
tail call void @tailcallee(i8* %s)
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user