mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
4572ce85b0
llvm-svn: 33296
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
; RUN: llvm-upgrade < %s | llvm-as | 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*)
|
|
|