mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5987 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			8 lines
		
	
	
		
			312 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			312 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
| global int* cast (float* %0 to int*)   ;; Forward numeric reference
 | |
| global float* %0                       ;; Duplicate forward numeric reference
 | |
| global float 0.0
 | |
| 
 | |
| %array  = constant [2 x int] [ int 12, int 52 ]
 | |
| %arrayPtr = global int* getelementptr ([2 x int]* %array, long 0, long 0)    ;; int* &%array[0][0]
 | |
| 
 |