Browse Source

* fixed bug which caused SSA to be less effective for integer
registers on 64 bit cpus

git-svn-id: trunk@8253 -

Jonas Maebe 18 years ago
parent
commit
9c90a93932
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ncgutil.pas

+ 1 - 1
compiler/ncgutil.pas

@@ -2635,8 +2635,8 @@ implementation
                       in the parent procedures }
                     case localloc.loc of
                       LOC_CREGISTER :
-{$ifndef cpu64bit}
                         if (pi_has_goto in current_procinfo.flags) then
+{$ifndef cpu64bit}
                           if def_cgsize(vardef) in [OS_64,OS_S64] then
                             begin
                               cg.a_reg_sync(list,localloc.register64.reglo);