You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			12 lines
		
	
	
		
			204 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			204 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
|   | ; RUN: opt < %s -functionattrs -S | grep readnone
 | ||
|  | 
 | ||
|  | define i32 @a() { | ||
|  | 	%tmp = call i32 @b( )		; <i32> [#uses=1]
 | ||
|  | 	ret i32 %tmp | ||
|  | } | ||
|  | 
 | ||
|  | define i32 @b() { | ||
|  | 	%tmp = call i32 @a( )		; <i32> [#uses=1]
 | ||
|  | 	ret i32 %tmp | ||
|  | } |