Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Generic / 2006-05-06-GEP-Cast-Sink-Crash.ll
blobf88bce1afc784e7f47241c7805e186548aa13313
1 ; RUN: llc < %s 
2 %struct.FILE = type { ptr, i32, i32, i16, i16, %struct.__sbuf, i32, ptr, ptr, ptr, ptr, ptr, %struct.__sbuf, ptr, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }
3         %struct.SYMBOL_TABLE_ENTRY = type { [9 x i8], [9 x i8], i32, i32, i32, ptr }
4         %struct.__sFILEX = type opaque
5         %struct.__sbuf = type { ptr, i32 }
6 @str14 = external global [6 x i8]               ; <ptr> [#uses=0]
8 declare void @fprintf(i32, ...)
10 define void @OUTPUT_TABLE(ptr %SYM_TAB) {
11 entry:
12         %tmp11 = getelementptr %struct.SYMBOL_TABLE_ENTRY, ptr %SYM_TAB, i32 0, i32 1, i32 0            ; <ptr> [#uses=2]
13         br label %bb.i
15 bb.i:           ; preds = %cond_next.i, %entry
16         %s1.0.i = phi ptr [ %tmp11, %entry ], [ null, %cond_next.i ]            ; <ptr> [#uses=0]
17         br i1 false, label %cond_true.i31, label %cond_next.i
19 cond_true.i31:          ; preds = %bb.i
20         call void (i32, ...) @fprintf( i32 0, ptr %tmp11, ptr null )
21         ret void
23 cond_next.i:            ; preds = %bb.i
24         br i1 false, label %bb.i, label %bb19.i
26 bb19.i:         ; preds = %cond_next.i
27         ret void