mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +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
		
			
				
	
	
		
			27 lines
		
	
	
		
			729 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			729 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
| ; RUN: opt < %s -extract-blocks -disable-output
 | |
| 
 | |
| define void @test1() {
 | |
| no_exit.0.i:
 | |
|         br i1 false, label %yylex.entry, label %yylex.entry
 | |
| 
 | |
| yylex.entry:            ; preds = %no_exit.0.i, %no_exit.0.i
 | |
|         %tmp.1027 = phi i32 [ 0, %no_exit.0.i ], [ 0, %no_exit.0.i ]            ; <i32> [#uses=0]
 | |
|         ret void
 | |
| }
 | |
| 
 | |
| define void @test2() {
 | |
| no_exit.0.i:
 | |
|         switch i32 0, label %yylex.entry [
 | |
|                  i32 0, label %yylex.entry
 | |
|                  i32 1, label %foo
 | |
|         ]
 | |
| 
 | |
| yylex.entry:            ; preds = %no_exit.0.i, %no_exit.0.i
 | |
|         %tmp.1027 = phi i32 [ 0, %no_exit.0.i ], [ 0, %no_exit.0.i ]            ; <i32> [#uses=0]
 | |
|         ret void
 | |
| 
 | |
| foo:            ; preds = %no_exit.0.i
 | |
|         ret void
 | |
| }
 | |
| 
 |