Browse Source

* 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 years ago
parent
commit
8f22a5d224
1 changed files with 0 additions and 1 deletions
  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