mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 11:41:53 +00:00
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
; RUN: llvm-as < %s | llvm-dis | not grep getelementptr
|
|
|
|
%A = external global { float } ; <{ float }*> [#uses=1]
|
|
global int* cast (float* getelementptr ({ float }* %A, long 0, ubyte 0) to int*)
|
|
|