summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/setcc-sentinals.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-08-14 00:46:00 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-08-14 00:46:00 +0000
commit7cd85b7492c5bad9d0e2666058beee54d05c9d61 (patch)
tree1ab5c114a4d6be94e87d7ec7a38acc3e91a80647 /test/CodeGen/X86/setcc-sentinals.ll
parentfdc2660214265e8c32b9536a18ff983f035aaf02 (diff)
downloadllvm-7cd85b7492c5bad9d0e2666058beee54d05c9d61.tar.gz
llvm-7cd85b7492c5bad9d0e2666058beee54d05c9d61.tar.bz2
llvm-7cd85b7492c5bad9d0e2666058beee54d05c9d61.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/setcc-sentinals.ll')
-rw-r--r--test/CodeGen/X86/setcc-sentinals.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/setcc-sentinals.ll b/test/CodeGen/X86/setcc-sentinals.ll
index cae5f58d17..d36e678c60 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