소스 검색

* 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 15 년 전
부모
커밋
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