mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
remove obsolete testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50d9d77643
commit
75e3bd5bf2
@ -1,9 +0,0 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -tailcallelim | llvm-dis > %t
|
||||
; RUN: grep sub %t
|
||||
; RUN: not grep call %t
|
||||
|
||||
int %test(int %X) {
|
||||
%Y = sub int %X, 1
|
||||
%Z = call int %test(int %Y)
|
||||
ret int undef
|
||||
}
|
Loading…
Reference in New Issue
Block a user