mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
This is a cross platform fail, failing on freebsd as well
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18388 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b205c3ef1
commit
15a286b665
@ -1,7 +1,7 @@
|
||||
; This testcase is due to tail-duplication not wanting to copy the return
|
||||
; instruction into the terminating blocks because there was other code
|
||||
; optimized out of the function after the taildup happened.
|
||||
; XFAIL: linux,sun,darwin
|
||||
; XFAIL: *
|
||||
; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | not grep call
|
||||
|
||||
int %t4(int %a) {
|
||||
|
Loading…
Reference in New Issue
Block a user