Skip to content

Commit fa3dfa8

Browse files
committed
Remove accidental duplicate comment
1 parent 9a4e8f8 commit fa3dfa8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/CodeGen/X86/i128-udiv.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ define i128 @test2(i128 %x) nounwind {
4848
; X64-NEXT: callq __udivti3@PLT
4949
; X64-NEXT: popq %rcx
5050
; X64-NEXT: retq
51-
; X86 doesn't have __divti3, so the urem is expanded into a loop.
5251
%tmp = udiv i128 %x, -73786976294838206464
5352
ret i128 %tmp
5453
}
@@ -66,7 +65,6 @@ define i128 @test3(i128 %x) nounwind {
6665
; X64-NEXT: callq __udivti3@PLT
6766
; X64-NEXT: popq %rcx
6867
; X64-NEXT: retq
69-
; X86 doesn't have __divti3, so the urem is expanded into a loop.
7068
%tmp = udiv i128 %x, -73786976294838206467
7169
ret i128 %tmp
7270
}

0 commit comments

Comments
 (0)