From: NAKAMURA Takumi Date: Mon, 9 Jun 2014 14:20:23 +0000 (+0000) Subject: llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32... X-Git-Tag: android-x86-7.1-r4~60990 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5b7ac8ba184aa020fcda6c0e787a2077edd882d2;p=android-x86%2Fexternal-llvm.git 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 --- diff --git a/test/CodeGen/X86/2014-05-29-factorial.ll b/test/CodeGen/X86/2014-05-29-factorial.ll index 70255bd3219..987a21d34ea 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: