mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 20:49:09 +02:00
* simplified (incomplete) implementation of g_concatcopy() that simply calls
a_load_ref_ref (the llvm memcpy intrinsic can be lowered into a libc call, so we can't use it) git-svn-id: branches/hlcgllvm@27004 -
This commit is contained in:
parent
366baac98d
commit
161647f965
@ -584,8 +584,7 @@ implementation
|
|||||||
|
|
||||||
procedure thlcgllvm.g_concatcopy(list: TAsmList; size: tdef; const source, dest: treference);
|
procedure thlcgllvm.g_concatcopy(list: TAsmList; size: tdef; const source, dest: treference);
|
||||||
begin
|
begin
|
||||||
{ todo }
|
a_load_ref_ref(list,size,size,source,dest);
|
||||||
inherited;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user