summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/uint64-to-float.ll
diff options
context:
space:
mode:
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