Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Mar 14, 2024
1 parent fe37af9 commit 574ca91
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_008.irt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ x86
--EXPECT--
test:
subl $8, %esp
movss 0xc(%esp), %xmm0
cvtss2sd %xmm0, %xmm0
cvtss2sd 0xc(%esp), %xmm0
movsd %xmm0, (%esp)
fldl (%esp)
addl $8, %esp
Expand Down
3 changes: 1 addition & 2 deletions tests/x86/conv_009.irt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ x86
--EXPECT--
test:
subl $4, %esp
movsd 8(%esp), %xmm0
cvtsd2ss %xmm0, %xmm0
cvtsd2ss 8(%esp), %xmm0
movss %xmm0, (%esp)
flds (%esp)
addl $4, %esp
Expand Down

0 comments on commit 574ca91

Please sign in to comment.