Chris Lattner | d366e40 | 2002-08-19 23:09:30 +0000 | [diff] [blame^] | 1 | global int* cast (float* %0 to int*) ;; Forward numeric reference |
2 | global float* %0 ;; Duplicate forward numeric reference | ||||
3 | global 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 |