diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/isint.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/isint.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/isint.ll b/llvm/test/CodeGen/X86/isint.ll index 4a98e63f38f..1edb1c98529 100644 --- a/llvm/test/CodeGen/X86/isint.ll +++ b/llvm/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 |