* support llvm spilling_get_reg_type() for the destination of call/invoke

git-svn-id: trunk@30422 -
This commit is contained in:
Jonas Maebe 2015-04-04 14:28:54 +00:00
parent 1b540a6e8c
commit 2ef753faae

View File

@ -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: