mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13399 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			26 lines
		
	
	
		
			570 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			570 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
; This file is used by testlink1.ll, so it doesn't actually do anything itself
 | 
						|
;
 | 
						|
; RUN: echo
 | 
						|
 | 
						|
target endian = little
 | 
						|
target pointersize = 32
 | 
						|
 | 
						|
  %myint = type ushort
 | 
						|
	%struct2 = type { %struct1 }
 | 
						|
	%struct1 = type { int, void (%struct2*)*, %myint *, int (uint *)* }
 | 
						|
 | 
						|
implementation   ; Functions:
 | 
						|
 | 
						|
internal void %f1 (%struct1* %tty) {
 | 
						|
loopentry.preheader:
 | 
						|
 | 
						|
  ; <void (%struct2*, ubyte)**> [#uses=1]
 | 
						|
  ; <void (%struct2*, ubyte)*> [#uses=0]
 | 
						|
 | 
						|
	%tmp.2.i.i = getelementptr %struct1* %tty, uint 0, uint 1
 | 
						|
	%tmp.3.i.i = volatile load void (%struct2*)** %tmp.2.i.i
 | 
						|
 | 
						|
	ret void
 | 
						|
}
 | 
						|
 |