瀏覽代碼

* re-enabled tx86addnode.second_addsmallset() after its disabling was
accidentally committed a long time ago (it was done to test the
generic hlcg conversion -- which in a sense was good, because it
just uncovered the bug fixed in svn trunk r18792, i.e. a bug
not specific to the hlcg conversion)

git-svn-id: branches/jvmbackend@18795 -

Jonas Maebe 14 年之前
父節點
當前提交
5e641a8fcd
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      compiler/x86/nx86add.pas

+ 3 - 3
compiler/x86/nx86add.pas

@@ -43,7 +43,7 @@ unit nx86add;
         procedure second_addfloatsse;
       public
         procedure second_addfloat;override;
-//        procedure second_addsmallset;override;
+        procedure second_addsmallset;override;
         procedure second_add64bit;override;
         procedure second_cmpfloat;override;
         procedure second_cmpsmallset;override;
@@ -330,7 +330,7 @@ unit nx86add;
 {*****************************************************************************
                                 AddSmallSet
 *****************************************************************************}
-(*
+
     procedure tx86addnode.second_addsmallset;
       var
         setbase : aint;
@@ -433,7 +433,7 @@ unit nx86add;
         if opsize<>int_cgsize(resultdef.size) then
           location_force_reg(current_asmdata.CurrAsmList,location,int_cgsize(resultdef.size),false);
       end;
-*)
+
 
     procedure tx86addnode.second_cmpsmallset;
       var