aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-08-21-ConstantExprCast-Fold.llx
blob: 453be5ec0f78c6029f922209f44b14ee9469583b (plain)
1
2
3
4
5
; 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*)