diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
commit | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch) | |
tree | a6140557876943cdd800ee997c9317283394b22c /test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | |
parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) | |
download | src-5a5ac124e1efaf208671f01c46edb15f29ed2a0b.tar.gz src-5a5ac124e1efaf208671f01c46edb15f29ed2a0b.zip |
Vendor import of llvm trunk r238337:vendor/llvm/llvm-trunk-r238337
Notes
Notes:
svn path=/vendor/llvm/dist/; revision=283625
svn path=/vendor/llvm/llvm-trunk-r238337/; revision=283626; tag=vendor/llvm/llvm-trunk-r238337
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 12a8274fb56f..ab9715d22377 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 } |