Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Dec 13, 2024
1 parent 6b8bf4e commit 69eee5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/x86/conv_006.irt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ x86
--EXPECT--
test:
subl $8, %esp
movl 0xc(%esp), %eax
pxor %xmm0, %xmm0
cvtsi2sdl %eax, %xmm0
cvtsi2sdl 0xc(%esp), %xmm0
movsd %xmm0, (%esp)
fldl (%esp)
addl $8, %esp
Expand Down
3 changes: 1 addition & 2 deletions tests/x86/conv_007.irt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ x86
}
--EXPECT--
test:
movss 4(%esp), %xmm0
cvttss2si %xmm0, %eax
cvttss2si 4(%esp), %eax
retl

0 comments on commit 69eee5b

Please sign in to comment.