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