remove extra 'test' instructions and fix 'test' properly

This commit is contained in:
Kelly Wilson
2009-05-19 12:28:44 -06:00
parent 8941b6960c
commit 16a2512808

View File

@@ -1224,11 +1224,7 @@ namespace AsmParserx8664
{ "sysenter",Op_0 },
{ "sysexit", Op_0 },
{ "sysret", Op_0 },
{ "test", Op_DstSrcNT },
{ "testb", Op_DstSrcNT },
{ "testl", Op_DstSrcNT },
{ "testq", Op_DstSrcNT },
{ "testw", Op_DstSrcNT },
{ "test", Op_SrcSrcF },
{ "ucomisd", Op_SrcSrcSSEF },
{ "ucomiss", Op_SrcSrcSSEF },
{ "ud2", Op_0 },