mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	providing a misleading facility. It's used once in the MIPS backend and hardcoded as "\t.globl\t" everywhere else. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45676 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			15 lines
		
	
	
		
			372 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			372 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
; RUN: llvm-as < %s | llc -asm-verbose | grep {frame size} | grep -v 0x0
 | 
						|
 | 
						|
declare void @llvm.gcroot(i8** %value, i8* %tag)
 | 
						|
declare void @g() gc "ocaml"
 | 
						|
 | 
						|
define void @f(i8* %arg.0, void()* %arg.1) gc "ocaml" {
 | 
						|
entry:
 | 
						|
	%gcroot.0 = alloca i8*
 | 
						|
	call void @llvm.gcroot(i8** %gcroot.0, i8* null)
 | 
						|
	store i8* %arg.0, i8** %gcroot.0
 | 
						|
	call void @g()
 | 
						|
	call void %arg.1()
 | 
						|
	ret void
 | 
						|
}
 |