From e099d7d19d62cc9a5d0e25b7cfd89255f9d625cc Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 17 May 2021 12:47:54 +0100 Subject: [PATCH] [X86] Regenerate cmov.ll tests --- test/CodeGen/X86/cmov.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/cmov.ll b/test/CodeGen/X86/cmov.ll index a014f1253d5..f584356333b 100644 --- a/test/CodeGen/X86/cmov.ll +++ b/test/CodeGen/X86/cmov.ll @@ -47,7 +47,7 @@ define void @test3(i64 %a, i64 %b, i1 %p) nounwind { ; CHECK-NEXT: pushq %rax ; CHECK-NEXT: testb $1, %dl ; CHECK-NEXT: cmovel %esi, %edi -; CHECK-NEXT: callq bar +; CHECK-NEXT: callq bar@PLT ; CHECK-NEXT: popq %rax ; CHECK-NEXT: retq %c = trunc i64 %a to i32 @@ -110,7 +110,7 @@ define i1 @test4() nounwind { ; CHECK-NEXT: movzbl %cl, %esi ; CHECK-NEXT: movl $_2E_str, %edi ; CHECK-NEXT: xorl %eax, %eax -; CHECK-NEXT: callq printf +; CHECK-NEXT: callq printf@PLT ; CHECK-NEXT: movl %ebx, %eax ; CHECK-NEXT: popq %rbx ; CHECK-NEXT: retq