llvm/test/CodeGen/X86/setcc-sentinals.ll: Relax expressions for x86_64-win32.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Aug 2013 00:46:00 +0000 (00:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Aug 2013 00:46:00 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188340 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/setcc-sentinals.ll

index cae5f58d17f4858755e6db2f51d28e95cd0f15ef..d36e678c6048844250851acb99c693d90063c2d3 100644 (file)
@@ -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