mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Remvoe testcase that should never be implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0746c2824f
commit
b167c3c9c9
@ -1,13 +0,0 @@
|
||||
; RUN: if as < %s | dis | grep cast
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
||||
%GlobalArray = global [1 x int] [ int 0 ] ; <[1 x int]*> [#uses=1]
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
int* %foo(...) {
|
||||
ret int* cast (long add (long cast ([1 x int]* %GlobalArray to long), long -4) to int*)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user