1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

New testcase

llvm-svn: 8014
This commit is contained in:
Chris Lattner 2003-08-21 19:37:46 +00:00
parent ab4a42535f
commit d6fd306eb9

View File

@ -0,0 +1,5 @@
; RUN: as < %s | dis | not grep getelementptr
%A = external global { float } ; <{ float }*> [#uses=1]
global int* cast (float* getelementptr ({ float }* %A, long 0, ubyte 0) to int*)