소스 검색

* removed wrong comment along with commented-out code

git-svn-id: trunk@3165 -
Jonas Maebe 19 년 전
부모
커밋
c41da1172c
1개의 변경된 파일0개의 추가작업 그리고 26개의 파일을 삭제
  1. 0 26
      compiler/powerpc/cgcpu.pas

+ 0 - 26
compiler/powerpc/cgcpu.pas

@@ -252,32 +252,6 @@ const
                   if (sizeleft <> 3) then
                     begin
                       a_load_ref_reg(list,location^.size,location^.size,tmpref,location^.register);
-                      { the following is only for AIX abi systems, but the }
-                      { conditions should never be true for SYSV (if they  }
-                      { are, there is a bug in cpupara)                    }
-
-                      { update: this doesn't work yet (we have to shift     }
-                      { right again in ncgutil when storing the parameters, }
-                      { and additionally Apple's documentation seems to be  }
-                      { wrong, in that these values are always kept in the  }
-                      { lower bytes of the registers                        }
-
-{
-                      if (paraloc.composite) and
-                         (sizeleft <= 2) and
-                         ((paraloc.intsize > 4) or
-                          (target_info.system <> system_powerpc_darwin)) then
-                        begin
-                          case sizeleft of
-                            1:
-                              a_op_const_reg(list,OP_SHL,OS_INT,24,location^.register);
-                            2:
-                              a_op_const_reg(list,OP_SHL,OS_INT,16,location^.register);
-                            else
-                              internalerror(2005010910);
-                          end;
-                        end;
-}
                     end
                   else
                     begin