test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.

llvm-svn: 144714
This commit is contained in:
NAKAMURA Takumi 2011-11-15 22:30:37 +00:00
parent 75fb4abcdc
commit f6b315c081
1 changed files with 1 additions and 1 deletions

View File

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