Revert wilsonk's "fix" for the callingconv1.d problem.

This commit is contained in:
Frits van Bommel
2009-02-16 23:56:56 +01:00
parent f5bd002d80
commit 7c7ed26a17

View File

@@ -1000,7 +1000,7 @@ namespace AsmParserx8664
{ "movsq", Op_movsd },
{ "movshdup", Op_DstSrcSSE },
{ "movsldup", Op_DstSrcSSE },
{ "movss", Op_DstSrcNT },
{ "movss", Op_DstSrcSSE },
{ "movsw", Op_movsX },
{ "movsx", Op_movsx }, // word-only, reg dest
{ "movsxd", Op_movsx },