Add a WHOLE lot of updates clarifications and fixes. This is not done but getting...
[oota-llvm.git] / test / Assembler / 2003-08-21-ConstantExprCast-Fold.llx
1 ; RUN: as < %s | dis | not grep getelementptr
2
3 %A = external global { float }          ; <{ float }*> [#uses=1]
4 global int* cast (float* getelementptr ({ float }* %A, long 0, ubyte 0) to int*)
5