From 0ecb6e77f3abc68c8c3a542dad317e94dc8db9ce Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 9 Jun 2014 14:20:23 +0000 Subject: [PATCH] llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32 x64. llvm-svn: 210471 --- llvm/test/CodeGen/X86/2014-05-29-factorial.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/2014-05-29-factorial.ll b/llvm/test/CodeGen/X86/2014-05-29-factorial.ll index 70255bd..987a21d 100644 --- a/llvm/test/CodeGen/X86/2014-05-29-factorial.ll +++ b/llvm/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: -- 2.7.4