Skip to content

Commit 0863d06

Browse files
committed
[X86] Regenerate cmov.ll tests
1 parent d05ae0f commit 0863d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/X86/cmov.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ define void @test3(i64 %a, i64 %b, i1 %p) nounwind {
4747
; CHECK-NEXT: pushq %rax
4848
; CHECK-NEXT: testb $1, %dl
4949
; CHECK-NEXT: cmovel %esi, %edi
50-
; CHECK-NEXT: callq bar
50+
; CHECK-NEXT: callq bar@PLT
5151
; CHECK-NEXT: popq %rax
5252
; CHECK-NEXT: retq
5353
%c = trunc i64 %a to i32
@@ -110,7 +110,7 @@ define i1 @test4() nounwind {
110110
; CHECK-NEXT: movzbl %cl, %esi
111111
; CHECK-NEXT: movl $_2E_str, %edi
112112
; CHECK-NEXT: xorl %eax, %eax
113-
; CHECK-NEXT: callq printf
113+
; CHECK-NEXT: callq printf@PLT
114114
; CHECK-NEXT: movl %ebx, %eax
115115
; CHECK-NEXT: popq %rbx
116116
; CHECK-NEXT: retq

0 commit comments

Comments
 (0)