use an x86 t-t for an x86 test. Thanks to Dan for noticing this!
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-ConstantExpr.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3 global int* cast (float* %0 to int*)   ;; Forward numeric reference
4 global float* %0                       ;; Duplicate forward numeric reference
5 global float 0.0
6
7 %array  = constant [2 x int] [ int 12, int 52 ]
8 %arrayPtr = global int* getelementptr ([2 x int]* %array, long 0, long 0)    ;; int* &%array[0][0]
9