mirror of
https://github.com/danog/ir.git
synced 2024-12-02 09:38:29 +01:00
Fix tests
This commit is contained in:
parent
66e9693019
commit
4f9724a7fb
@ -17,9 +17,9 @@ Windows-x86_64
|
||||
test:
|
||||
testl %ecx, %ecx
|
||||
je .L1
|
||||
movl %edx, %edx
|
||||
movl %edx, %eax
|
||||
jmp .L2
|
||||
.L1:
|
||||
movl %r8d, %r8d
|
||||
movl %r8d, %eax
|
||||
.L2:
|
||||
retq
|
||||
|
@ -22,7 +22,7 @@ test:
|
||||
movl %edx, %eax
|
||||
jmp .L3
|
||||
.L2:
|
||||
movl %ecx, %eax
|
||||
movl %r8d, %eax
|
||||
.L3:
|
||||
retq
|
||||
.rodata
|
||||
|
@ -15,7 +15,7 @@ Windows-x86_64
|
||||
}
|
||||
--EXPECT--
|
||||
test:
|
||||
testq %ecx, %ecx
|
||||
testl %ecx, %ecx
|
||||
je .L1
|
||||
movapd %xmm1, %xmm0
|
||||
jmp .L2
|
||||
|
Loading…
Reference in New Issue
Block a user