Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention.

llvm-svn: 212258
This commit is contained in:
NAKAMURA Takumi 2014-07-03 07:25:00 +00:00
parent 99b1104c46
commit 254bd27ce2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ define i64 @test4(i64 %A) {
; CHECK: ret
;
; CHECK-WIDE-LABEL: test4
; CHECK-WIDE: movd %rdi,
; CHECK-WIDE: movd %{{rdi|rcx}},
; CHECK-WIDE-NEXT: paddd
; CHECK-WIDE-NEXT: movd {{.*}}, %rax
; CHECK-WIDE: ret