diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-11-15 02:29:48 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-11-15 02:29:48 +0000 |
commit | 14b66375a9b81cfc83a004fd1bc8c0ad6632a24e (patch) | |
tree | 7321682fe5f661bc0bb171ff8589bc88b5e0b011 /llvm/test/CodeGen/X86/uint64-to-float.ll | |
parent | 7ca4b6eb5cf95f0c33a6997af4bfb30103b0b08a (diff) | |
download | bcm5719-llvm-14b66375a9b81cfc83a004fd1bc8c0ad6632a24e.tar.gz bcm5719-llvm-14b66375a9b81cfc83a004fd1bc8c0ad6632a24e.zip |
Allow for depencendy-breaking instructions before cvt*.
This should unbreak clang-x86_64-darwin10-RA, but I can't actually
reproduce the failure.
llvm-svn: 144611
Diffstat (limited to 'llvm/test/CodeGen/X86/uint64-to-float.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/uint64-to-float.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/uint64-to-float.ll b/llvm/test/CodeGen/X86/uint64-to-float.ll index 1dbbdcf8927..3cf5d4dc492 100644 --- a/llvm/test/CodeGen/X86/uint64-to-float.ll +++ b/llvm/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 |