summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-06-09 14:20:23 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-06-09 14:20:23 +0000
commit5b7ac8ba184aa020fcda6c0e787a2077edd882d2 (patch)
tree91d05693fa19322bc85bb00958dc43b13f1fb5d2 /test/CodeGen/X86
parent49b83e1e7683358de784657c74d838d64f773dba (diff)
downloadllvm-5b7ac8ba184aa020fcda6c0e787a2077edd882d2.tar.gz
llvm-5b7ac8ba184aa020fcda6c0e787a2077edd882d2.tar.bz2
llvm-5b7ac8ba184aa020fcda6c0e787a2077edd882d2.tar.xz
llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32 x64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210471 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/2014-05-29-factorial.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2014-05-29-factorial.ll b/test/CodeGen/X86/2014-05-29-factorial.ll
index 70255bd321..987a21d34e 100644
--- a/test/CodeGen/X86/2014-05-29-factorial.ll
+++ b/test/CodeGen/X86/2014-05-29-factorial.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
-; CHECK: decq %rdi
-; CHECK-NOT: testq %rdi, %rdi
+; CHECK: decq [[X:%rdi|%rcx]]
+; CHECK-NOT: testq [[X]], [[X]]
define i64 @fact2(i64 %x) {
entry: