aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/select.ll')
-rw-r--r--test/CodeGen/X86/select.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll
index 55da769..5fe2b70 100644
--- a/test/CodeGen/X86/select.ll
+++ b/test/CodeGen/X86/select.ll
@@ -256,9 +256,9 @@ entry:
%call = tail call noalias i8* @_Znam(i64 %D) nounwind noredzone
ret i8* %call
; CHECK-LABEL: test12:
-; CHECK: movq $-1, %rdi
+; CHECK: movq $-1, %[[R:r..]]
; CHECK: mulq
-; CHECK: cmovnoq %rax, %rdi
+; CHECK: cmovnoq %rax, %[[R]]
; CHECK: jmp __Znam
; ATOM-LABEL: test12: