瀏覽代碼

* don't check for a simple result location when loading an uninitialised
function result: we always only use the first location's register

git-svn-id: trunk@32906 -

Jonas Maebe 9 年之前
父節點
當前提交
0350369c6a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/llvm/hlcgllvm.pas

+ 0 - 1
compiler/llvm/hlcgllvm.pas

@@ -1260,7 +1260,6 @@ implementation
             LOC_FPUREGISTER,
             LOC_MMREGISTER:
               begin
-                resloc.check_simple_location;
                 list.concat(taillvm.op_reg_size_undef(la_bitcast,resloc.location^.register,llvmgetcgparadef(resloc,true)));
               end;
             { for empty record returns }