summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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