1
0
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:
Chris Lattner 2003-05-08 20:31:37 +00:00
parent c69762e38b
commit 4cd68d4e1e

View File

@ -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*)
}