[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / test / CodeGen / Generic / 2006-05-06-GEP-Cast-Sink-Crash.ll
index 59ed2953afaddbaa169ddfcfc13bcda06de2c362..12a40116c59bc0c0bdcc493618be0fc93b50e49d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc      
+; RUN: llc < %s        
 %struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }
        %struct.SYMBOL_TABLE_ENTRY = type { [9 x i8], [9 x i8], i32, i32, i32, %struct.SYMBOL_TABLE_ENTRY* }
        %struct.__sFILEX = type opaque
@@ -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