mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 09:46:00 +02:00
* support llvm spilling_get_reg_type() for the destination of call/invoke
git-svn-id: trunk@30422 -
This commit is contained in:
parent
1b540a6e8c
commit
2ef753faae
@ -424,7 +424,10 @@ uses
|
||||
end;
|
||||
la_invoke, la_call:
|
||||
begin
|
||||
internalerror(2013110102);
|
||||
if opnr=0 then
|
||||
result:=oper[1]^.def
|
||||
else
|
||||
internalerror(2013110102);
|
||||
end;
|
||||
la_br,
|
||||
la_unreachable:
|
||||
|
Loading…
Reference in New Issue
Block a user