summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-nonaffine.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-07-03 09:26:14 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-07-03 09:26:14 +0000
commit7495ea7fe9dd018dc1d0e4b18d30b279f3b2dc77 (patch)
tree271adc4821bbbef9f10a57f72780fb5976c474d8 /test/CodeGen/X86/lsr-nonaffine.ll
parent65268575c419a890052a446d28329f9e81302a05 (diff)
downloadllvm-7495ea7fe9dd018dc1d0e4b18d30b279f3b2dc77.tar.gz
llvm-7495ea7fe9dd018dc1d0e4b18d30b279f3b2dc77.tar.bz2
llvm-7495ea7fe9dd018dc1d0e4b18d30b279f3b2dc77.tar.xz
test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease Win32 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/lsr-nonaffine.ll')
-rw-r--r--test/CodeGen/X86/lsr-nonaffine.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/lsr-nonaffine.ll b/test/CodeGen/X86/lsr-nonaffine.ll
index 4771646f41..e5cf9bc515 100644
--- a/test/CodeGen/X86/lsr-nonaffine.ll
+++ b/test/CodeGen/X86/lsr-nonaffine.ll
@@ -7,9 +7,9 @@
; CHECK: xorl %eax, %eax
; CHECK-NEXT: align
; CHECK-NEXT: BB0_1:
-; CHECK-NEXT: movq %rax, (%rdx)
-; CHECK-NEXT: addq %rsi, %rax
-; CHECK-NEXT: cmpq %rdi, %rax
+; CHECK-NEXT: movq %rax, (%{{rdx|r8}})
+; CHECK-NEXT: addq %{{rsi|rdx}}, %rax
+; CHECK-NEXT: cmpq %{{rdi|rcx}}, %rax
; CHECK-NEXT: jl
; CHECK-NEXT: imulq %rax, %rax
; CHECK-NEXT: ret