1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00

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 d8bdeffa9e
commit 890d548a80

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