* x86: fix spilling of sqrtss and sqrtsd instructions, they cannot have memory as destination.

git-svn-id: trunk@27810 -
This commit is contained in:
sergei 2014-05-22 07:19:13 +00:00
parent 22e099d000
commit 1c7a5d5adc

View File

@ -253,6 +253,8 @@ implementation
A_ADDSS,
A_DIVSD,
A_DIVSS,
A_SQRTSD,
A_SQRTSS,
A_SHLD,
A_SHRD,
A_COMISD,