mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81290 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			11 lines
		
	
	
		
			412 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			412 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep lea
 | 
						|
; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep call
 | 
						|
 | 
						|
@main_q = internal global i8* null		; <i8**> [#uses=1]
 | 
						|
 | 
						|
define void @func2() nounwind {
 | 
						|
entry:
 | 
						|
	tail call void asm "mov $1,%gs:$0", "=*m,ri,~{dirflag},~{fpsr},~{flags}"(i8** inttoptr (i32 152 to i8**), i8* bitcast (i8** @main_q to i8*)) nounwind
 | 
						|
	ret void
 | 
						|
}
 |