summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/uint64-to-float.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-15 02:29:48 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-15 02:29:48 +0000
commit3c84ec070a8bc58153e2f154013a5fb31d54bccf (patch)
tree8132a0158c2b45b005c86c481e3fe619b1156e09 /test/CodeGen/X86/uint64-to-float.ll
parenteaa192af18677c4dc5894e049514d8a6b1d6d7c2 (diff)
downloadllvm-3c84ec070a8bc58153e2f154013a5fb31d54bccf.tar.gz
llvm-3c84ec070a8bc58153e2f154013a5fb31d54bccf.tar.bz2
llvm-3c84ec070a8bc58153e2f154013a5fb31d54bccf.tar.xz
Allow for depencendy-breaking instructions before cvt*.
This should unbreak clang-x86_64-darwin10-RA, but I can't actually reproduce the failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144611 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/uint64-to-float.ll')
-rw-r--r--test/CodeGen/X86/uint64-to-float.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/uint64-to-float.ll b/test/CodeGen/X86/uint64-to-float.ll
index 1dbbdcf892..3cf5d4dc49 100644
--- a/test/CodeGen/X86/uint64-to-float.ll
+++ b/test/CodeGen/X86/uint64-to-float.ll
@@ -38,7 +38,7 @@ target triple = "x86_64-apple-darwin10.0.0"
; CHECK-NEXT: jns LBB0_2
; CHECK: cvtsi2ss
; CHECK: LBB0_2
-; CHECK-NEXT: cvtsi2ss
+; CHECK: cvtsi2ss
define float @test(i64 %a) {
entry:
%b = uitofp i64 %a to float