From 16a251280849897ad395d7e35752fafc676f974f Mon Sep 17 00:00:00 2001 From: Kelly Wilson Date: Tue, 19 May 2009 12:28:44 -0600 Subject: [PATCH] remove extra 'test' instructions and fix 'test' properly --- gen/asm-x86-64.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gen/asm-x86-64.h b/gen/asm-x86-64.h index 0ad9c561..b182f7a7 100644 --- a/gen/asm-x86-64.h +++ b/gen/asm-x86-64.h @@ -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 },