From 7cd85b7492c5bad9d0e2666058beee54d05c9d61 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 14 Aug 2013 00:46:00 +0000 Subject: [PATCH] llvm/test/CodeGen/X86/setcc-sentinals.ll: Relax expressions for x86_64-win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188340 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/setcc-sentinals.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/setcc-sentinals.ll b/test/CodeGen/X86/setcc-sentinals.ll index cae5f58d17f..d36e678c604 100644 --- a/test/CodeGen/X86/setcc-sentinals.ll +++ b/test/CodeGen/X86/setcc-sentinals.ll @@ -2,8 +2,8 @@ define zeroext i1 @test0(i64 %x) nounwind { ; CHECK-LABEL: test0: -; CHECK-NEXT: incq %rdi -; CHECK-NEXT: cmpq $1, %rdi +; CHECK-NEXT: incq %[[X:rdi|rcx]] +; CHECK-NEXT: cmpq $1, %[[X]] ; CHECK-NEXT: seta %al ; CHECK-NEXT: ret %cmp1 = icmp ne i64 %x, -1