mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Remvoe testcase that should never be implemented
llvm-svn: 6048
This commit is contained in:
parent
c69762e38b
commit
4cd68d4e1e
@ -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…
x
Reference in New Issue
Block a user