blob: dca476b1d2ee85877e1d0f7f5dfbcdd6e54a403c [file] [log] [blame]
Chris Lattnerd366e402002-08-19 23:09:30 +00001global int* cast (float* %0 to int*) ;; Forward numeric reference
2global float* %0 ;; Duplicate forward numeric reference
3global float 0.0
4
5%array = constant [2 x int] [ int 12, int 52 ]
6%arrayPtr = global int* getelementptr ([2 x int]* %array, uint 0, uint 0) ;; int* &%array[0][0]
7