diff options
Diffstat (limited to 'test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll')
-rw-r--r-- | test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll b/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll index 12a8274..1a05d0a 100644 --- a/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll +++ b/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll @@ -7,7 +7,7 @@ define i32 @main() nounwind { entry: - %tmp = load i64* @g_16 ; <i64> [#uses=1] + %tmp = load i64, i64* @g_16 ; <i64> [#uses=1] %not.lnot = icmp ne i64 %tmp, 0 ; <i1> [#uses=1] %conv = sext i1 %not.lnot to i64 ; <i64> [#uses=1] %and = and i64 %conv, 150 ; <i64> [#uses=1] @@ -20,7 +20,7 @@ entry: ; CHECK-NEXT: jle entry.if.end_crit_edge: ; preds = %entry - %tmp4.pre = load i32* @g_38 ; <i32> [#uses=1] + %tmp4.pre = load i32, i32* @g_38 ; <i32> [#uses=1] br label %if.end if.then: ; preds = %entry @@ -29,7 +29,7 @@ if.then: ; preds = %entry if.end: ; preds = %entry.if.end_crit_edge, %if.then %tmp4 = phi i32 [ %tmp4.pre, %entry.if.end_crit_edge ], [ 1, %if.then ] ; <i32> [#uses=1] - %call5 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i32 %tmp4) nounwind ; <i32> [#uses=0] + %call5 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i64 0, i64 0), i32 %tmp4) nounwind ; <i32> [#uses=0] ret i32 0 } |