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 | 3c84ec070a8bc58153e2f154013a5fb31d54bccf (patch) | |
tree | 8132a0158c2b45b005c86c481e3fe619b1156e09 /test/CodeGen/X86/isint.ll | |
parent | eaa192af18677c4dc5894e049514d8a6b1d6d7c2 (diff) | |
download | external_llvm-3c84ec070a8bc58153e2f154013a5fb31d54bccf.zip external_llvm-3c84ec070a8bc58153e2f154013a5fb31d54bccf.tar.gz external_llvm-3c84ec070a8bc58153e2f154013a5fb31d54bccf.tar.bz2 |
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/isint.ll')
-rw-r--r-- | test/CodeGen/X86/isint.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll index 4a98e63..1edb1c9 100644 --- a/test/CodeGen/X86/isint.ll +++ b/test/CodeGen/X86/isint.ll @@ -19,7 +19,7 @@ declare void @foo() define void @isint_branch(double %d) nounwind { ; CHECK: cvt %i = fptosi double %d to i32 -; CHECK-NEXT: cvt +; CHECK: cvt %e = sitofp i32 %i to double ; CHECK: ucomisd %c = fcmp oeq double %d, %e |