test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Nov 2011 22:30:37 +0000 (22:30 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Nov 2011 22:30:37 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144714 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/dec-eflags-lower.ll

index 0e031e269d0c038f41c19afe12524825e11f453f..458160a4bfc005e63d33b91879736d56cf509da1 100644 (file)
@@ -4,7 +4,7 @@
 
 define void @_Z7releaseP3obj(%struct.obj* nocapture %o) nounwind uwtable ssp {
 entry:
-; CHECK: decq  (%rdi)
+; CHECK: decq  (%{{rdi|rcx}})
 ; CHECK-NEXT: je
   %refcnt = getelementptr inbounds %struct.obj* %o, i64 0, i32 0
   %0 = load i64* %refcnt, align 8, !tbaa !0