llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 9 Jun 2014 14:20:23 +0000 (14:20 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 9 Jun 2014 14:20:23 +0000 (14:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210471 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2014-05-29-factorial.ll

index 70255bd3219c8b1e73078bd2111239598fd63736..987a21d34eabd75297be7b75f5393aa03bb76f22 100644 (file)
@@ -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: