* movq is also a pure move

git-svn-id: trunk@3588 -
This commit is contained in:
florian 2006-05-19 23:52:10 +00:00
parent 0378f8c162
commit 307315cef6

View File

@ -2348,7 +2348,7 @@ implementation
(oper[1]^.typ=top_reg) and
(oper[0]^.reg=oper[1]^.reg)
) or
(((opcode=A_MOVSS) or (opcode=A_MOVSD)) and
(((opcode=A_MOVSS) or (opcode=A_MOVSD) or (opcode=A_MOVQ)) and
(regtype = R_MMREGISTER) and
(ops=2) and
(oper[0]^.typ=top_reg) and