瀏覽代碼

* perform simple imul->lea transformations also for Pentium 3-class target
cpus (default target, and should actually be faster there too;
mantis #18056)

git-svn-id: trunk@16441 -

Jonas Maebe 14 年之前
父節點
當前提交
8f22a5d224
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/i386/popt386.pas

+ 0 - 1
compiler/i386/popt386.pas

@@ -168,7 +168,6 @@ begin
                     else if
                      ((taicpu(p).ops <= 2) or
                       (taicpu(p).oper[2]^.typ = Top_Reg)) and
-                     (current_settings.optimizecputype <> cpu_Pentium3) and
                      (taicpu(p).oper[0]^.val <= 12) and
                      not(cs_opt_size in current_settings.optimizerswitches) and
                      (not(GetNextInstruction(p, hp1)) or