[WebAssembly] Switch to MC for instruction printing.
[oota-llvm.git] / test / CodeGen / Generic / 2006-05-06-GEP-Cast-Sink-Crash.ll
index 1a9fa9f5de6b4ed93bd80755d69c40ef266f35b9..12a40116c59bc0c0bdcc493618be0fc93b50e49d 100644 (file)
@@ -9,7 +9,7 @@ declare void @fprintf(i32, ...)
 
 define void @OUTPUT_TABLE(%struct.SYMBOL_TABLE_ENTRY* %SYM_TAB) {
 entry:
-       %tmp11 = getelementptr %struct.SYMBOL_TABLE_ENTRY* %SYM_TAB, i32 0, i32 1, i32 0                ; <i8*> [#uses=2]
+       %tmp11 = getelementptr %struct.SYMBOL_TABLE_ENTRY, %struct.SYMBOL_TABLE_ENTRY* %SYM_TAB, i32 0, i32 1, i32 0            ; <i8*> [#uses=2]
        %tmp.i = bitcast i8* %tmp11 to i8*              ; <i8*> [#uses=1]
        br label %bb.i
 
@@ -18,7 +18,7 @@ bb.i:         ; preds = %cond_next.i, %entry
        br i1 false, label %cond_true.i31, label %cond_next.i
 
 cond_true.i31:         ; preds = %bb.i
-       call void (i32, ...)* @fprintf( i32 0, i8* %tmp11, i8* null )
+       call void (i32, ...) @fprintf( i32 0, i8* %tmp11, i8* null )
        ret void
 
 cond_next.i:           ; preds = %bb.i