mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81537 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			19 lines
		
	
	
		
			459 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			459 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
; RUN: opt < %s -basicaa -licm -disable-output
 | 
						|
 | 
						|
;%MoveArray = external global [64 x ulong]
 | 
						|
 | 
						|
define void @InitMoveArray() {
 | 
						|
bb3:
 | 
						|
	%X = alloca [2 x i64]		; <[2 x i64]*> [#uses=1]
 | 
						|
	br i1 false, label %bb13, label %bb4
 | 
						|
bb4:		; preds = %bb3
 | 
						|
	%reg3011 = getelementptr [2 x i64]* %X, i64 0, i64 0		; <i64*> [#uses=1]
 | 
						|
	br label %bb8
 | 
						|
bb8:		; preds = %bb8, %bb4
 | 
						|
	store i64 0, i64* %reg3011
 | 
						|
	br i1 false, label %bb8, label %bb13
 | 
						|
bb13:		; preds = %bb8, %bb3
 | 
						|
	ret void
 | 
						|
}
 | 
						|
 |