summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/isint.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-15 03:17:01 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-15 03:17:01 +0000
commitff70467aa2894e962244da54ff9273772b6167c9 (patch)
treed07c5d3d093ffe4895fac3c746f7c4af10716f25 /test/CodeGen/X86/isint.ll
parent3c84ec070a8bc58153e2f154013a5fb31d54bccf (diff)
downloadllvm-ff70467aa2894e962244da54ff9273772b6167c9.tar.gz
llvm-ff70467aa2894e962244da54ff9273772b6167c9.tar.bz2
llvm-ff70467aa2894e962244da54ff9273772b6167c9.tar.xz
Really fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/isint.ll')
-rw-r--r--test/CodeGen/X86/isint.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll
index 1edb1c9852..43d0e67126 100644
--- a/test/CodeGen/X86/isint.ll
+++ b/test/CodeGen/X86/isint.ll
@@ -4,7 +4,7 @@ define i32 @isint_return(double %d) nounwind {
; CHECK-NOT: xor
; CHECK: cvt
%i = fptosi double %d to i32
-; CHECK-NEXT: cvt
+; CHECK: cvt
%e = sitofp i32 %i to double
; CHECK: cmpeqsd
%c = fcmp oeq double %d, %e