[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / test / CodeGen / Generic / 2008-02-04-Ctlz.ll
index 9f102066f2bb3f6e1b4fe9bd8f538d4f1a1d84ec..3244e5c6f4ce41cbcebcad2b45ceae3eb426035a 100644 (file)
@@ -10,7 +10,7 @@ entry:
        %tmp38 = trunc i64 %tmp37 to i32                ; <i32>:0 [#uses=1]
        %tmp48 = trunc i64 %tmp47 to i32                ; <i32>:0 [#uses=1]
        %tmp58 = trunc i64 %tmp57 to i32                ; <i32>:0 [#uses=1]
-       %tmp40 = tail call i32 (i8*, ...)* @printf( i8* noalias  getelementptr ([14 x i8]* @.str, i32 0, i32 0), i64 %arg, i32 %tmp38, i32 %tmp48, i32 %tmp58 ) nounwind                ; <i32> [#uses=0]
+       %tmp40 = tail call i32 (i8*, ...) @printf( i8* noalias  getelementptr ([14 x i8], [14 x i8]* @.str, i32 0, i32 0), i64 %arg, i32 %tmp38, i32 %tmp48, i32 %tmp58 ) nounwind              ; <i32> [#uses=0]
        ret i32 0
 }