mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +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
		
			
				
	
	
		
			24 lines
		
	
	
		
			706 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			706 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
| ; RUN: opt < %s -loop-extract -disable-output
 | |
| 
 | |
| define void @maketree() {
 | |
| entry:
 | |
|         br i1 false, label %no_exit.1, label %loopexit.0
 | |
| 
 | |
| no_exit.1:              ; preds = %endif, %expandbox.entry, %entry
 | |
|         br i1 false, label %endif, label %expandbox.entry
 | |
| 
 | |
| expandbox.entry:                ; preds = %no_exit.1
 | |
|         br i1 false, label %loopexit.1, label %no_exit.1
 | |
| 
 | |
| endif:          ; preds = %no_exit.1
 | |
|         br i1 false, label %loopexit.1, label %no_exit.1
 | |
| 
 | |
| loopexit.1:             ; preds = %endif, %expandbox.entry
 | |
|         %ic.i.0.0.4 = phi i32 [ 0, %expandbox.entry ], [ 0, %endif ]            ; <i32> [#uses=0]
 | |
|         ret void
 | |
| 
 | |
| loopexit.0:             ; preds = %entry
 | |
|         ret void
 | |
| }
 | |
| 
 |